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 | |
| parent | 9c1a0b7d3bbe5e2c81f669284063a74969605ca8 (diff) | |
Add procfile and gunicorn
| -rw-r--r-- | Pipfile | 1 | ||||
| -rw-r--r-- | Procfile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ name = "pypi" [packages] flask = "*" +gunicorn = "*" [dev-packages] 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 |
