From 2cdf86d8c613b1cd27449c09ef1063f29c98d6d0 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 18 Dec 2018 18:36:20 +0200 Subject: Initial commit --- remote-https-runner | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 remote-https-runner (limited to 'remote-https-runner') diff --git a/remote-https-runner b/remote-https-runner new file mode 100755 index 0000000..5821986 --- /dev/null +++ b/remote-https-runner @@ -0,0 +1,3 @@ +#!/bin/sh + +gunicorn -w 4 -b 0.0.0.0:5000 runner:app -- cgit v1.3