Skip to content

Commit

Permalink
fix: store the nginx conf in root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 8, 2024
1 parent 37236f9 commit 8a1d4dd
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
Expand Up @@ -8,7 +8,7 @@ COPY nginx.conf /etc/nginx/
RUN rm /etc/nginx/conf.d/default.conf

# Run a postinstall script that configures metaploy
COPY wiki.metaploy.conf /etc/nginx/sites-enabled/
COPY wiki.metaploy.conf /
COPY postinstall.sh /

CMD ["/postinstall.sh", "nginx", "-g", "daemon off;"]
CMD ["/postinstall.sh", "nginx", "-g", "daemon off;"]

0 comments on commit 8a1d4dd

Please sign in to comment.