This website requires JavaScript.
Explore
Help
Sign In
LibertaCasa
/
takahe
Archived
Watch
9
Star
0
Fork
0
You've already forked takahe
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-09-24
. You can view files and clone it, but cannot push or open issues or pull requests.
8019311490
takahe
/
docker
/
start.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Add basic docker support
2022-11-09 05:05:51 +01:00
#!/bin/sh
Deployment re-jiggling
2022-11-19 01:24:43 +01:00
python3 manage.py migrate
Add basic docker support
2022-11-09 05:05:51 +01:00
Deployment re-jiggling
2022-11-19 01:24:43 +01:00
exec
gunicorn takahe.wsgi:application -w
8
-b 0.0.0.0:8000
Reference in New Issue
Copy Permalink