Skip to content

Commit

Permalink
Changed build output path.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMinkeRitense committed Jun 5, 2024
1 parent 6f095e5 commit 9fa72d2
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
@@ -1,6 +1,6 @@
FROM nginxinc/nginx-unprivileged:1.21-alpine

COPY --chown=1000:1000 dist/ /usr/share/nginx/html
COPY --chown=1000:1000 deployment/dist/ /usr/share/nginx/html
COPY /conf/default.conf /etc/nginx/conf.d/default.conf

USER 1000
Expand Down

0 comments on commit 9fa72d2

Please sign in to comment.