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