pyfedi/entrypoint.sh
2024-02-25 08:38:08 +01:00

3 lines
91 B
Bash

#!/usr/bin/env sh
flask db upgrade
gunicorn --config gunicorn.conf.py --preload pyfedi:app