Skip to content

Commit 7cf6a78

Browse files
author
Holger Lösken
committed
Remove deprecated option for composer
1 parent be19425 commit 7cf6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
1212
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
1313

1414
if [ "$APP_ENV" != 'prod' ]; then
15-
composer install --prefer-dist --no-progress --no-suggest --no-interaction
15+
composer install --prefer-dist --no-progress --no-interaction
1616
fi
1717
fi
1818

0 commit comments

Comments
 (0)