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
2022-11-08 21:05:51 -07:00

8 lines
154 B
Bash

#!/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