website/etc/s6-rc.d/nginx/run

8 lines
75 B
Plaintext

#!/command/with-contenv bash
set -e
cd /app
exec nginx -g "daemon off;"