This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
takahe
Watch
1
Star
1
Fork
You've already forked takahe
0
mirror of
https://github.com/jointakahe/takahe.git
synced
2024-11-22 23:30:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
77754d5964
takahe
/
docker
/
start.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Add basic docker support
2022-11-09 04:05:51 +00:00
#!/bin/sh
Deployment re-jiggling
2022-11-19 00:24:43 +00:00
python3 manage.py migrate
Add basic docker support
2022-11-09 04:05:51 +00:00
A few more tweaks for an initial deploy
2022-11-19 17:20:13 +00:00
exec
gunicorn takahe.wsgi:application -b 0.0.0.0:8000
Reference in a new issue
Copy permalink