From 59f75bb71c361ae442febf3666838ef055849c30 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 23 May 2018 21:02:37 +0100 Subject: [PATCH] Create runproguni.sh --- runprodguni.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 runprodguni.sh 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