7 lines
103 B
Text
Executable file
7 lines
103 B
Text
Executable file
#!/command/with-contenv bash
|
||
# shellcheck shell=bash
|
||
|
||
set -e
|
||
|
||
echo "❯ Starting nginx ..."
|
||
exec nginx
|