We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f24e44 commit 7384a7eCopy full SHA for 7384a7e
Dockerfile
@@ -6,5 +6,5 @@ COPY nginx-template.conf /etc/nginx/conf.d/nginx-template.conf
6
7
EXPOSE 80
8
9
-CMD ["/bin/sh", "-c", "envsubst < /etc/nginx/conf.d/nginx-template.conf > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"]
+CMD ["/bin/sh", "-c", "envsubst < /etc/nginx/conf.d/nginx-template.conf > /etc/nginx/nginx.conf && exec nginx -g 'daemon off;'"]
10
0 commit comments