From 8999be2b8af82ad93700402d4eb1b58d0cd4ad99 Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 20:01:07 +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 03ad566..b504143 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: ls -la && pushy/Pushy.dll +web: dotnet 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"]