mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
3 lines
91 B
Bash
3 lines
91 B
Bash
#!/usr/bin/env sh
|
|
flask db upgrade
|
|
gunicorn --config gunicorn.conf.py --preload pyfedi:app
|