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 468c9c4 commit 6afb1b8Copy full SHA for 6afb1b8
launch.sh
@@ -4,4 +4,4 @@ rm /etc/nginx/conf.d/default.conf || :
4
envsubst < auth.conf > /etc/nginx/conf.d/auth.conf
5
envsubst < auth.htpasswd > /etc/nginx/auth.htpasswd
6
7
-nginx -g "daemon off;"
+exec nginx -g "daemon off;"
0 commit comments