mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/sh
|
|
|
|
python3 manage.py migrate
|
|
|
|
exec gunicorn takahe.wsgi:application -b 0.0.0.0:8000
|