startup.sh 99 B

1234
  1. #!/bin/sh
  2. set -eu
  3. envsubst '${BACKEND_HOST}' < /etc/nginx/nginx.conf.tmpl > /etc/nginx/nginx.conf