website/etc/entrypoints/web

8 lines
103 B
Bash
Executable File

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