Skip to content

Commit

Permalink
Merge pull request #18 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: nginx build 시 rm 하는 경로 수정
  • Loading branch information
yjoonjang authored Mar 23, 2024
2 parents efb9daa + e8440bf commit 7518e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.19.0-alpine

RUN rm /etc/nginx/conf.d/nginx.conf
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d

0 comments on commit 7518e2b

Please sign in to comment.