From 5586d29a2098bfc8c45e450791d64ebfbd737521 Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 20:07:52 +0100 Subject: [PATCH] Updated Procfile --- .dokku/Procfile | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dokku/Procfile b/.dokku/Procfile index b504143..b2087c2 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: dotnet pushy/Pushy.dll +web: pushy/Pushy.dll silo: silo/Pushy.Silo.dll \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 4f4fe9b..2aae4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,3 +37,4 @@ RUN dotnet publish "Pushy.csproj" -c $BUILD_CONFIGURATION -o /app/publish/pushy FROM base AS final WORKDIR /app COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet"]