From 5e896e112c9073c7e2773ddd480057d3f974e63f Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 22 Dec 2024 20:49:16 +0100 Subject: [PATCH] chore: Changed web to frontend --- .dokku/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dokku/Procfile b/.dokku/Procfile index 6891140..7c433ab 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: dotnet /app/pushy/Pushy.dll +frontend: dotnet /app/pushy/Pushy.dll silo: silo/Pushy.Silo.dll \ No newline at end of file