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