2022-06-12 22:28:16 +02:00
|
|
|
#/bin/bash
|
|
|
|
|
|
2022-06-14 12:09:17 +02:00
|
|
|
chmod g+w -R /execute/db
|
2022-06-12 22:28:16 +02:00
|
|
|
envsubst '$NGINX_PORT' < /tmp/nginx.conf > /etc/nginx/nginx.conf
|
2022-06-14 12:09:17 +02:00
|
|
|
/usr/sbin/nginx -g "daemon off;" || exit 1
|