From adc86c0e96be76c5de8c7a01dfc1d1b3097822e2 Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 21:49:55 +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 b2087c2..61e9368 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: pushy/Pushy.dll +web: /app/pushy/Pushy.dll silo: silo/Pushy.Silo.dll \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 6b35d44..0a92c0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,7 @@ WORKDIR /app COPY --from=publish /app/publish . RUN pwd +RUN ls /app/pushy/Pushy.dll RUN ls -la RUN ls -la silo RUN ls -la pushy