From f1a7d816cd3beeec8031c7d7e94f897109b38c2c Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 22:00:28 +0100 Subject: [PATCH] Updated Dockerfile --- .dokku/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dokku/Procfile b/.dokku/Procfile index 61e9368..6891140 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: /app/pushy/Pushy.dll +web: dotnet /app/pushy/Pushy.dll silo: silo/Pushy.Silo.dll \ No newline at end of file