Skip to content

Commit

Permalink
Updated ngixn config
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 14, 2024
1 parent 4147f06 commit d5ae930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nginx:alpine

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

COPY ./out /usr/share/nginx/html/
EXPOSE 80

0 comments on commit d5ae930

Please sign in to comment.