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 3a6b69a commit 8f9f7e1Copy full SHA for 8f9f7e1
Dockerfile
@@ -162,7 +162,6 @@ ADD static /www/static
162
EXPOSE 1935
163
EXPOSE 80
164
165
-CMD /bin/sh -c envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < \
166
- /etc/nginx/nginx.conf.template > \
167
- /etc/nginx/nginx.conf && \
+CMD envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < \
+ /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf && \
168
nginx
0 commit comments