fix: deprecated option on composer v2

This commit is contained in:
Maxime Hélias 2020-11-25 19:21:52 +01:00
parent cff7fe63f7
commit 991d8e290d

View File

@ -26,7 +26,7 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
rm -Rf tmp/
elif [ "$APP_ENV" != 'prod' ]; then
rm -f .env.local.php
composer install --prefer-dist --no-progress --no-suggest --no-interaction
composer install --prefer-dist --no-progress --no-interaction
fi
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var