Skip to content

Commit

Permalink
Quiet composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Jan 14, 2025
1 parent 725a2ce commit 8ac6fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/PHP/amp/amp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY deploy/conf/* /etc/php/8.4/cli/conf.d/

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

RUN composer install --prefer-dist --optimize-autoloader --no-dev
RUN composer install --prefer-dist --optimize-autoloader --no-dev --quiet

EXPOSE 8080

Expand Down

0 comments on commit 8ac6fdb

Please sign in to comment.