From abb9268d435208b32634c6f825cda4371be1a4f0 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 8 Oct 2018 13:25:43 +0300 Subject: Add procfile and gunicorn --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile (limited to 'Procfile') 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 -- cgit v1.3.1