Skip to content

Commit 00a6167

Browse files
committed
Fix the build of app with auto-script like recipe framework-bundle
1 parent 722cdaa commit 00a6167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ RUN composer create-project "symfony/skeleton" . --stability=$STABILITY --prefer
4949
COPY . .
5050

5151
RUN mkdir -p var/cache var/logs var/sessions \
52-
&& composer install --prefer-dist --no-dev --no-progress --no-suggest --classmap-authoritative --no-interaction \
53-
&& composer clear-cache \
52+
&& composer install --prefer-dist --no-dev --no-scripts --no-progress --no-suggest --classmap-authoritative --no-interaction \
5453
&& chown -R www-data var

0 commit comments

Comments
 (0)