This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/docker/start.sh

6 lines
92 B
Bash
Raw Normal View History

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