Amend env var stubs

This commit is contained in:
2025-07-15 20:57:21 +02:00
parent c06b75ab96
commit ad8772d112
2 changed files with 6 additions and 7 deletions

View File

@@ -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