pyfedi/entrypoint.sh

3 lines
91 B
Bash
Executable file

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