diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 18:36:20 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 18:36:20 +0200 |
| commit | 2cdf86d8c613b1cd27449c09ef1063f29c98d6d0 (patch) | |
| tree | 26dc83f2434ec90b658ade7ad7719fbcdd0cf21a /remote-https-runner | |
Initial commit
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 |
