Amend env var stubs
This commit is contained in:
@@ -13,9 +13,7 @@ EOF
|
||||
|
||||
# Generate nginx config from template (if using)
|
||||
if [ -f "/etc/nginx/templates/nginx.conf.template" ]; then
|
||||
envsubst '${API_HOST} ${API_PORT}' \
|
||||
< /etc/nginx/templates/nginx.conf.template \
|
||||
> /etc/nginx/nginx.conf
|
||||
envsubst '${API_HOST} ${API_PORT}' < /etc/nginx/templates/nginx.conf.template > /etc/nginx/nginx.conf
|
||||
fi
|
||||
|
||||
# Start Nginx
|
||||
|
||||
Reference in New Issue
Block a user