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 e693888 commit c61bbd0Copy full SHA for c61bbd0
entrypoint.sh
@@ -4,7 +4,7 @@
4
5
set -euxo pipefail
6
7
-# shellcheck disable=SC2094
8
-envsubst < "/etc/nginx/nginx.conf" > "/etc/nginx/nginx.conf"
+# shellcheck disable=SC2094,SC2016
+envsubst '${APP_USER} ${NGINX_WORKER}' < /etc/nginx/nginx.conf > /etc/nginx/nginx.conf
9
10
/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
0 commit comments