Skip to content

Commit

Permalink
fix nginx path
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Nov 26, 2024
1 parent ec3eb98 commit d10eb0e
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 @@ -26,7 +26,7 @@ RUN mkdir html
WORKDIR /

COPY --from=builder /app/dist /usr/share/nginx/html
COPY ./nginx/nginx.conf /etc/nginx
COPY ./docker/nginx/nginx.conf /etc/nginx

EXPOSE 8080
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit d10eb0e

Please sign in to comment.