contentdb/runprodguni.sh
2019-01-28 20:48:07 +00:00

4 lines
120 B
Bash

#!/bin/bash
gunicorn -w 4 -b :5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.cfg -e FLASK_DEBUG=0 app:app