diff options
| author | Yuval Adam <_@yuv.al> | 2018-10-08 13:25:43 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-10-08 13:25:43 +0300 |
| commit | abb9268d435208b32634c6f825cda4371be1a4f0 (patch) | |
| tree | 176b22eba2f97c4ceed755f19a0e92126dd9fa96 /Procfile | |
| parent | 9c1a0b7d3bbe5e2c81f669284063a74969605ca8 (diff) | |
Add procfile and gunicorn
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..8001d1a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn app:app
\ No newline at end of file |
