Skip to content

Commit

Permalink
feat : nginx dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Mar 13, 2024
1 parent 204c3a5 commit d7eea0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN rm /etc/nginx/conf.d/default.conf
RUN rm -rf /etc/nginx/conf.d/*
COPY ./nginx.conf /etc/nginx/conf.d/


COPY --from=builder frontend/build /usr/share/nginx/html
EXPOSE 80
EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit d7eea0f

Please sign in to comment.