index
:
takahe.git
libertacasa-master
libertacasa-package
libertacasa-saml
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docker
/
start.sh
blob: d7dd3fdf03a2dc31198bb21f69e6d25076cf4452 (
plain
)
1
2
3
4
5
#!/bin/sh
python3 manage.py migrate
exec
gunicorn takahe.wsgi:application -b
0
.0.0.0:8000