takahe/docker/start.sh

6 lines
92 B
Bash
Raw Normal View History

2022-11-08 20:05:51 -08:00
#!/bin/sh
2022-11-18 16:24:43 -08:00
python3 manage.py migrate
2022-11-08 20:05:51 -08:00
exec gunicorn takahe.wsgi:application -b 0.0.0.0:8000