Skip to content

Commit

Permalink
fix: update build directory in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Jul 10, 2024
1 parent 19c1afd commit f76c3d7
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 @@ -10,5 +10,5 @@ RUN npm run build
# production environment
FROM nginx:1.25.4-alpine-slim

COPY --from=build /app/dist /var/www/html
COPY --from=build /app/dist/build /var/www/html
COPY --from=build /app/nginx/templates /etc/nginx/templates

0 comments on commit f76c3d7

Please sign in to comment.