Skip to content

Commit 8a1d4dd

Browse files
committed
fix: store the nginx conf in root dir
1 parent 37236f9 commit 8a1d4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY nginx.conf /etc/nginx/
88
RUN rm /etc/nginx/conf.d/default.conf
99

1010
# Run a postinstall script that configures metaploy
11-
COPY wiki.metaploy.conf /etc/nginx/sites-enabled/
11+
COPY wiki.metaploy.conf /
1212
COPY postinstall.sh /
1313

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

0 commit comments

Comments
 (0)