From df99313cc9e9bb4da96c9f2d8142fc6cf294a37c Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 5 Jul 2021 19:57:06 -0400 Subject: [PATCH] fix procfile path maybe --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 4bef6f1..8e68efa 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: apollo-api -worker apollo-worker +web: bin/apollo-api +worker bin/apollo-worker