Add the dns tracking to the stable branch for the update to 1.5

This commit is contained in:
kaiyou
2017-11-10 09:47:16 +01:00
parent b40f3f35ca
commit 79529a4aac
2 changed files with 24 additions and 0 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