Skip to content

Commit 57ca4e6

Browse files
committed
Removed error redirect on composer install
1 parent 3f618b3 commit 57ca4e6

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)