ncpb/docker-entrypoint.sh

6 lines
132 B
Bash
Raw Permalink Normal View History

2021-02-05 01:09:44 +00:00
#!/usr/bin/env sh
set -e
export DOLLAR='$'
envsubst < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
nginx -g 'daemon off;'