Files
microblog.pub/run.sh
Thomas Sileo 12faea3c29 Tweak tasks
2019-04-08 16:54:07 +02:00

4 lines
126 B
Bash
Executable File

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