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

8 lines
85 B
Plaintext
Raw Normal View History

#!/command/with-contenv bash
set -e
cd /app
2024-01-14 12:59:31 +00:00
exec gunicorn -c etc/gunicorn.conf.py