Create runproguni.sh

This commit is contained in:
rubenwardy
2018-05-23 21:02:37 +01:00
parent 6e2f2e3d04
commit 59f75bb71c

3
runprodguni.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
gunicorn -w 4 -b 127.0.0.1:5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.prod.cfg -e FLASK_DEBUG=0 app:app