summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-10-08 13:25:43 +0300
committerYuval Adam <_@yuv.al>2018-10-08 13:25:43 +0300
commitabb9268d435208b32634c6f825cda4371be1a4f0 (patch)
tree176b22eba2f97c4ceed755f19a0e92126dd9fa96
parent9c1a0b7d3bbe5e2c81f669284063a74969605ca8 (diff)
Add procfile and gunicorn
-rw-r--r--Pipfile1
-rw-r--r--Procfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 6f85283..2944088 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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