Fix linux permissions

This commit is contained in:
linoe97
2022-06-14 12:09:17 +02:00
committed by DomySh
parent 8eb077efa2
commit 236c3ad255
5 changed files with 13 additions and 8 deletions

View File

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