mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-24 02:05:22 +00:00
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python manage.py advertise
|
|
python manage.py db upgrade
|
|
gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload mailu:app
|