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/scripts/start.sh

8 lines
154 B
Bash
Raw Normal View History

2022-11-09 05:05:51 +01:00
#!/bin/sh
. /takahe/.venv/bin/activate
python manage.py migrate
exec gunicorn takahe.asgi:application -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000