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
6a8fe5cb4b
takahe
/
docker
/
start.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Add basic docker support
2022-11-08 20:05:51 -08:00
#!/bin/sh
Deployment re-jiggling
2022-11-18 16:24:43 -08:00
python3 manage.py migrate
Add basic docker support
2022-11-08 20:05:51 -08:00
A few more tweaks for an initial deploy
2022-11-19 09:20:13 -08:00
exec
gunicorn takahe.wsgi:application -b 0.0.0.0:8000