From d5625043d5880272bdd30a4f0505b187db0a17ce Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan Date: Mon, 14 Feb 2022 10:59:42 +0800 Subject: [PATCH] Fix procfile for production --- Procfile-prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile-prod b/Procfile-prod index 532915e..b347976 100644 --- a/Procfile-prod +++ b/Procfile-prod @@ -1 +1 @@ -web: rm tmp/pids/server.pid && rails s +web: touch tmp/pids/server.pid && rm tmp/pids/server.pid && rails s