pyfedi/entrypoint.sh

4 lines
91 B
Bash
Raw Permalink Normal View History

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