Merge pull request #90 from dunglas/composer2
Deprecated option on composer v2
This commit is contained in:
commit
8cd3d48a3a
@ -26,7 +26,7 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
|
|||||||
rm -Rf tmp/
|
rm -Rf tmp/
|
||||||
elif [ "$APP_ENV" != 'prod' ]; then
|
elif [ "$APP_ENV" != 'prod' ]; then
|
||||||
rm -f .env.local.php
|
rm -f .env.local.php
|
||||||
composer install --prefer-dist --no-progress --no-suggest --no-interaction
|
composer install --prefer-dist --no-progress --no-interaction
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -q DATABASE_URL= .env; then
|
if grep -q DATABASE_URL= .env; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user