From 9276aa988c1ac4fe8d9604c34da8e37091752a07 Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 22 Dec 2024 21:06:26 +0100 Subject: [PATCH] ci: Adjustments procfile --- .dokku/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dokku/Procfile b/.dokku/Procfile index 7c433ab..73c3d24 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -frontend: dotnet /app/pushy/Pushy.dll +frontend: /app/pushy/Pushy.dll silo: silo/Pushy.Silo.dll \ No newline at end of file