#!/bin/sh # Substitute environment variables in the NGINX config template envsubst < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf # Start NGINX exec nginx -g 'daemon off;'