Skip to content

Commit

Permalink
fix: no dev dependencies in dist container!
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciechem authored Mar 7, 2024
1 parent 35d7ed1 commit f721043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN --mount=type=bind,from=composer/composer:2.2.21-bin,source=/composer,target=
composer install

FROM codebase as dist
COPY --link --chown=$UID:$GID --from=test-vendor $DIR/vendor ./vendor
COPY --link --chown=$UID:$GID --from=vendor $DIR/vendor ./vendor

ENV APP_ENV=prod
ENV APP_SECRET=f07a7b530a2efa3f5af66a09e7e0565b
Expand Down

0 comments on commit f721043

Please sign in to comment.