From 87b5b915e8199a1584601b57b47b8ef41b256488 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Tue, 17 Jul 2018 15:21:14 +0100
Subject: [PATCH] Add a procfile that runs gunicorn.

---
 Procfile | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 Procfile

diff --git a/Procfile b/Procfile
new file mode 100644
index 000000000..cae63e1b3
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: gunicorn uwsgi.ini
-- 
GitLab