From 547413787a843bb31c3573df8d95bf773be1b3ad Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 21:41:44 +0100 Subject: [PATCH] Updated Dockerfile --- .dokku/Procfile | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dokku/Procfile b/.dokku/Procfile index 6891140..b2087c2 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: dotnet /app/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 70bbcb6..6b35d44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ FROM base AS final WORKDIR /app COPY --from=publish /app/publish . +RUN pwd RUN ls -la RUN ls -la silo RUN ls -la pushy