We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be19425 commit 7cf6a78Copy full SHA for 7cf6a78
docker-entrypoint.sh
@@ -12,7 +12,7 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
12
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
13
14
if [ "$APP_ENV" != 'prod' ]; then
15
- composer install --prefer-dist --no-progress --no-suggest --no-interaction
+ composer install --prefer-dist --no-progress --no-interaction
16
fi
17
18
0 commit comments