Update start_nginx.sh

This commit is contained in:
DanieleDiSpirito
2022-06-14 12:30:45 +02:00
committed by DomySh
parent 0a9b27eced
commit 10e672b315

View File

@@ -1,5 +1,6 @@
#/bin/bash
chown :root -R /execute/db
chmod g+w -R /execute/db
envsubst '$NGINX_PORT' < /tmp/nginx.conf > /etc/nginx/nginx.conf
/usr/sbin/nginx -g "daemon off;" || exit 1