summaryrefslogtreecommitdiffstats
path: root/remote-https-runner
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-18 18:36:20 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-18 18:36:20 +0200
commit2cdf86d8c613b1cd27449c09ef1063f29c98d6d0 (patch)
tree26dc83f2434ec90b658ade7ad7719fbcdd0cf21a /remote-https-runner
Initial commit
Diffstat (limited to 'remote-https-runner')
-rwxr-xr-xremote-https-runner3
1 files changed, 3 insertions, 0 deletions
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