7 lines
75 B
Text
7 lines
75 B
Text
#!/command/with-contenv bash
|
|
|
|
set -e
|
|
|
|
cd /app
|
|
|
|
exec nginx -g "daemon off;"
|