7 lines
106 B
Text
7 lines
106 B
Text
#!/command/with-contenv bash
|
|
|
|
set -e
|
|
|
|
cd /app
|
|
|
|
exec s6-setuidgid website gunicorn -c etc/gunicorn.conf.py
|