Skip to content

Commit 878478a

Browse files
committed
Reduce the log output of composer install
1 parent c27bb17 commit 878478a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN composer --version
3232
COPY composer.json .
3333

3434
# Install dependencies with composer
35-
RUN composer install --no-progress > /dev/null
35+
RUN composer install --no-progress &> /dev/null
3636

3737
COPY . .
3838

0 commit comments

Comments
 (0)