Skip to content

Commit

Permalink
Optimize autoloader for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 25, 2024
1 parent 28eea78 commit 965f076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN --mount=type=cache,target=/tmp/cache \
<<SH
set -eo pipefail
set -x
composer install --no-dev --no-progress --no-interaction && \
composer install --no-dev --no-progress --no-interaction --classmap-authoritative && \
rm composer.lock composer.json
SH

Expand Down

0 comments on commit 965f076

Please # to comment.