Merge pull request #90 from dunglas/composer2

Deprecated option on composer v2
This commit is contained in:
Kévin Dunglas 2020-11-25 22:30:25 +01:00 committed by GitHub
commit 8cd3d48a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
if grep -q DATABASE_URL= .env; then