| set -e | |
| export API_UPSTREAM="${API_UPSTREAM:-https://api.worldmonitor.app}" | |
| envsubst '${API_UPSTREAM}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf | |
| exec nginx -g "daemon off;" | |
| set -e | |
| export API_UPSTREAM="${API_UPSTREAM:-https://api.worldmonitor.app}" | |
| envsubst '${API_UPSTREAM}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf | |
| exec nginx -g "daemon off;" | |