diff --git a/.dokku/Procfile b/.dokku/Procfile index 0c8a501..c15cb4d 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -web: run --project /app/pushy /app/pushy/Pushy.dll -silo: run --project /app/silo silo/Pushy.Silo.dll \ No newline at end of file +web: cd /app/pushy && dotnet /app/pushy/Pushy.dll +silo: cd /app/silo && dotnet /app/silo/Pushy.Silo.dll \ No newline at end of file diff --git a/.idea/.idea.Pushy/.idea/vcs.xml b/.idea/.idea.Pushy/.idea/vcs.xml index 4c6280e..94a25f7 100644 --- a/.idea/.idea.Pushy/.idea/vcs.xml +++ b/.idea/.idea.Pushy/.idea/vcs.xml @@ -1,11 +1,5 @@ - - - - - - diff --git a/Dockerfile b/Dockerfile index eb3d9f4..dcd78ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,3 @@ WORKDIR /app COPY --from=publish /app/publish . COPY --from=publish /app/.dokku /app/.dokku -ENTRYPOINT ["dotnet"]