From 226d59089006aac26dfd8d55fee62632de0b105c Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 20:26:22 +0100 Subject: [PATCH] Updated Procfile --- .dokku/Procfile | 2 +- Dockerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 diff --git a/Dockerfile b/Dockerfile index 2aae4e7..4f4fe9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,3 @@ 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"]