mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
7 lines
154 B
Bash
7 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
|