Merge pull request #18 from maxhelias/fix-auto-script

Fix the build of app with auto-script like recipe framework-bundle
This commit is contained in:
Kévin Dunglas 2018-06-16 11:30:27 +02:00 committed by GitHub
commit d9541dc3f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,5 @@ RUN composer create-project "symfony/skeleton ${VERSION}" . --stability=$STABILI
COPY . . COPY . .
RUN mkdir -p var/cache var/logs var/sessions \ RUN mkdir -p var/cache var/logs var/sessions \
&& composer install --prefer-dist --no-dev --no-progress --no-suggest --classmap-authoritative --no-interaction \ && composer install --prefer-dist --no-dev --no-scripts --no-progress --no-suggest --classmap-authoritative --no-interaction \
&& composer clear-cache \
&& chown -R www-data var && chown -R www-data var