From 655f136008a0a26e6bb1d6ac8bd8ec06966e947a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Sun, 5 Sep 2021 12:38:19 +0200 Subject: [PATCH] procfile changed command --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8599090..54074b3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: './run.sh' \ No newline at end of file +web: './bin/api' \ No newline at end of file