Skip to content

Commit

Permalink
Merge pull request #12 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: nginx conf file & nginx dockerfile
  • Loading branch information
yjoonjang authored Mar 20, 2024
2 parents 373b289 + 1a16197 commit c7a4447
Show file tree
Hide file tree
Showing 2 changed files 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/default.conf
COPY nginx.conf /etc/nginx/conf.d
COPY default.conf /etc/nginx/conf.d
File renamed without changes.

0 comments on commit c7a4447

Please sign in to comment.