Skip to content

Commit 7384a7e

Browse files
committed
fix
1 parent 2f24e44 commit 7384a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ COPY nginx-template.conf /etc/nginx/conf.d/nginx-template.conf
66

77
EXPOSE 80
88

9-
CMD ["/bin/sh", "-c", "envsubst < /etc/nginx/conf.d/nginx-template.conf > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"]
9+
CMD ["/bin/sh", "-c", "envsubst < /etc/nginx/conf.d/nginx-template.conf > /etc/nginx/nginx.conf && exec nginx -g 'daemon off;'"]
1010

0 commit comments

Comments
 (0)