From 0fabeda568d391a9869e526e7a776aacb00edf73 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 5 Jul 2021 19:42:41 -0400 Subject: [PATCH] fix procfile --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index a6d59be..c63c7e6 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: cmd/apollo-api -worker cmd/apollo-worker +web: go run ./cmd/apollo-api +worker go run ./cmd/apollo-worker