Skip to content
docker-entrypoint.sh 127 B
Newer Older
Timothee Gosselin's avatar
Timothee Gosselin committed
#!/usr/bin/env sh
set -eu

envsubst '${SERVER_HOST} ${SERVER_PORT}' < /etc/nginx/nginx.tmpl > /etc/nginx/nginx.conf

exec "$@"