Move statistics to the start.sh script for clarity
parent
8cab079af6
commit
2427544972
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
python manage.py advertise
|
||||||
python manage.py db upgrade
|
python manage.py db upgrade
|
||||||
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - --preload mailu:app
|
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - --preload mailu:app
|
||||||
|
Loading…
Reference in New Issue