mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-15 12:24:05 +00:00
4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/sh
|
|
source venv/bin/activate
|
|
flask db upgrade
|
|
exec gunicorn -b :5000 --access-logfile - --error-logfile - server:app |