Skip to content

Commit 8ac6fdb

Browse files
committed
Quiet composer install
1 parent 725a2ce commit 8ac6fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/PHP/amp/amp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY deploy/conf/* /etc/php/8.4/cli/conf.d/
2222

2323
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
2424

25-
RUN composer install --prefer-dist --optimize-autoloader --no-dev
25+
RUN composer install --prefer-dist --optimize-autoloader --no-dev --quiet
2626

2727
EXPOSE 8080
2828

0 commit comments

Comments
 (0)