From 40cbf632f1c9bb903df671ad403facef1840c30b Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Fri, 7 Dec 2018 17:08:54 +0800 Subject: [PATCH] Added web process. --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index e503ee4..d57d51a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ worker: ./start.sh +web: ./start.sh