mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
python manage.py db upgrade
|
|
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - freeposte:app
|