This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
yig
Watch
1
Star
0
Fork
You've already forked yig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dd84fc8821
yig
/
franklincce
/
entrypoint.prod.sh
7 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
make explorer more production ready allow explorer to be deployed in an production environment without using stupid hacks and DEBUG = true
2024-06-28 15:35:47 -05:00
#!/bin/sh
make the database persistant in production
2024-06-28 17:04:45 -05:00
python3 manage.py makemigrations
python3 manage.py migrate
make explorer more production ready allow explorer to be deployed in an production environment without using stupid hacks and DEBUG = true
2024-06-28 15:35:47 -05:00
exec
"
$@
"