Skip to content

Commit d084141

Browse files
feat: hide output of automatic call to "composer install"
1 parent 2669c74 commit d084141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ COPY --link --chmod=755 <<EOF /entrypoint.sh
206206
#!/usr/bin/env sh
207207
set -e
208208

209-
(test "\$GITHUB_ACTIONS" = "true" || test "\$CI" = "true") && test -f composer.json && composer install --no-scripts --no-progress
209+
(test "\$GITHUB_ACTIONS" = "true" || test "\$CI" = "true") && test -f composer.json && composer install --no-scripts --no-progress --quiet
210210

211211
exec "\$@"
212212
EOF

0 commit comments

Comments
 (0)