website/etc/s6-rc.d/django/run
2024-10-01 21:08:15 +01:00

7 lines
85 B
Text

#!/command/with-contenv bash
set -e
cd /app
exec granian website.wsgi:application