mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 03:16:55 -08:00
3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#!/usr/bin/env sh
|
|
flask db upgrade
|
|
gunicorn --config gunicorn.conf.py --preload pyfedi:app
|