We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37236f9 commit 8a1d4ddCopy full SHA for 8a1d4dd
nginx/Dockerfile
@@ -8,7 +8,7 @@ COPY nginx.conf /etc/nginx/
8
RUN rm /etc/nginx/conf.d/default.conf
9
10
# Run a postinstall script that configures metaploy
11
-COPY wiki.metaploy.conf /etc/nginx/sites-enabled/
+COPY wiki.metaploy.conf /
12
COPY postinstall.sh /
13
14
-CMD ["/postinstall.sh", "nginx", "-g", "daemon off;"]
+CMD ["/postinstall.sh", "nginx", "-g", "daemon off;"]
0 commit comments