We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2669c74 commit d084141Copy full SHA for d084141
Dockerfile
@@ -206,7 +206,7 @@ COPY --link --chmod=755 <<EOF /entrypoint.sh
206
#!/usr/bin/env sh
207
set -e
208
209
-(test "\$GITHUB_ACTIONS" = "true" || test "\$CI" = "true") && test -f composer.json && composer install --no-scripts --no-progress
+(test "\$GITHUB_ACTIONS" = "true" || test "\$CI" = "true") && test -f composer.json && composer install --no-scripts --no-progress --quiet
210
211
exec "\$@"
212
EOF
0 commit comments