Improve working locally
This commit is contained in:
7
nginx/generate_conf.sh
Executable file
7
nginx/generate_conf.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eu
|
||||
|
||||
envsubst '${DOMAIN}' < /etc/nginx/conf.d/nginx.conf.template > /etc/nginx/nginx.conf
|
||||
|
||||
# exec "$@"
|
||||
Reference in New Issue
Block a user