Fix the build of app with auto-script like recipe framework-bundle

This commit is contained in:
Maxime Helias 2018-06-14 14:55:46 +02:00
parent 722cdaa61b
commit 00a61678aa

View File

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