mirror of
https://github.com/caronc/apprise-api.git
synced 2025-02-15 01:10:58 +01:00
4 lines
76 B
Plaintext
Executable File
4 lines
76 B
Plaintext
Executable File
#!/usr/bin/with-contenv sh
|
|
echo >&2 "Starting nginx"
|
|
nginx -g 'daemon off;'
|