aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-23 21:02:37 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-23 21:02:37 +0100
commit59f75bb71c361ae442febf3666838ef055849c30 (patch)
tree075efa182d41f8edfc5899fdea60ae3ca328db78
parent6e2f2e3d0467ef96b3cfc2a28fa53699d8fcf605 (diff)
downloadcheatdb-59f75bb71c361ae442febf3666838ef055849c30.tar.xz
Create runproguni.sh
-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