Skip to content

Commit 0e7cf0e

Browse files
authored
Merge pull request #459 from alexislefebvre/patch-1
feat: hide output of automatic call to `composer install`
2 parents 30e38ab + d084141 commit 0e7cf0e

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)