Move statistics to the start.sh script for clarity

This commit is contained in:
kaiyou
2017-11-08 09:39:34 +01:00
parent 8cab079af6
commit 2427544972
3 changed files with 24 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
python manage.py advertise
python manage.py db upgrade
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - --preload mailu:app