summaryrefslogtreecommitdiff
path: root/Procfile
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 /Procfile
parent9c1a0b7d3bbe5e2c81f669284063a74969605ca8 (diff)
Add procfile and gunicorn
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
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