1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-01 12:57:49 +02:00
Mailu/admin/start.sh

5 lines
124 B
Bash
Raw Normal View History

2016-06-25 14:11:34 +02:00
#!/bin/sh
python manage.py db upgrade
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - --preload mailu:app