Skip to content

Commit

Permalink
corrected nginx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 21, 2024
1 parent a8aed6d commit 4993558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:1.15.8

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

0 comments on commit 4993558

Please sign in to comment.