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 +