From 30c8fdd2d2761891df4d006454cbc868d8cfa9d1 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Mon, 6 Feb 2017 16:57:15 +0100 Subject: [PATCH] Added debug.sh --- paramecio/debug.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 paramecio/debug.sh diff --git a/paramecio/debug.sh b/paramecio/debug.sh new file mode 100644 index 0000000..2e61cc2 --- /dev/null +++ b/paramecio/debug.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +gunicorn -w1 --reload --bind localhost:8080 index:app +