Fix the build of app with auto-script like recipe framework-bundle
This commit is contained in:
parent
722cdaa61b
commit
00a61678aa
@ -49,6 +49,5 @@ RUN composer create-project "symfony/skeleton" . --stability=$STABILITY --prefer
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user