contentdb/utils/runprodguni.sh
2019-11-12 22:36:30 +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