website/etc/entrypoints/web

8 lines
103 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -e
python manage.py migrate --noinput
exec gunicorn -c etc/gunicorn.conf.py