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.
6e79527bb5
takahe
/
docker
/
start.sh
6 lines
92 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
A few more tweaks for an initial deploy
2022-11-19 18:20:13 +01:00
exec
gunicorn takahe.wsgi:application -b 0.0.0.0:8000
Reference in New Issue
Copy Permalink