diff options
Diffstat (limited to 'remote-https-runner')
| -rwxr-xr-x | remote-https-runner | 3 |
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 |
