Skip to content

Commit

Permalink
perf: removed cache from final image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Apr 24, 2024
1 parent cef18a8 commit 99d5740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM base as production
RUN install-php-extensions opcache
COPY composer.json .
COPY composer.lock .
RUN composer install --no-dev --no-scripts
RUN composer install --no-dev --no-scripts --no-cache
COPY app ./app
COPY bootstrap ./bootstrap
COPY config ./config
Expand Down

0 comments on commit 99d5740

Please sign in to comment.