This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
takahe
Watch
1
Star
0
Fork
You've already forked takahe
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f62fd13cbc
takahe
/
docker
/
start.sh
6 lines
92 B
Bash
Raw
Blame
History
#!/bin/sh
python3 manage.py migrate
exec
gunicorn takahe.wsgi:application -b 0.0.0.0:8000
Reference in New Issue
View Git Blame
Copy Permalink