microblog.pub/run.sh
Thomas Sileo 6e7bfdd5c1 Fix CI
2019-04-07 11:01:46 +02:00

4 lines
126 B
Bash
Executable file

#!/bin/bash
python -c "import config; config.create_indexes()"
gunicorn -t 300 -w 5 -b 0.0.0.0:5005 --log-level debug app:app