diff --git a/docker/php/docker-entrypoint.sh b/docker/php/docker-entrypoint.sh index 682ad3e..e34c0f3 100755 --- a/docker/php/docker-entrypoint.sh +++ b/docker/php/docker-entrypoint.sh @@ -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