4 lines
119 B
Bash
4 lines
119 B
Bash
|
|
#/bin/bash
|
||
|
|
|
||
|
|
envsubst '$NGINX_PORT' < /tmp/nginx.conf > /etc/nginx/nginx.conf
|
||
|
|
/usr/sbin/nginx -g "daemon off;" || exit 1
|