Skip to content

Commit

Permalink
feat : nginx 설정 바꾸기
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Mar 15, 2024
1 parent 7814afb commit 3c8e37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY . .
RUN npm run build

FROM nginx:latest
#RUN rm /etc/nginx/conf.d/default.conf
#RUN rm -rf /etc/nginx/conf.d/*
RUN rm /etc/nginx/conf.d/default.conf
RUN rm -rf /etc/nginx/conf.d/*
#COPY ./nginx.conf /etc/nginx/conf.d/


Expand Down

0 comments on commit 3c8e37f

Please sign in to comment.