aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runprodguni.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runprodguni.sh b/runprodguni.sh
new file mode 100644
index 0000000..7069034
--- /dev/null
+++ b/runprodguni.sh
@@ -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