diff --git a/.idea/.idea.Pushy/.idea/vcs.xml b/.idea/.idea.Pushy/.idea/vcs.xml index 94a25f7..4c6280e 100644 --- a/.idea/.idea.Pushy/.idea/vcs.xml +++ b/.idea/.idea.Pushy/.idea/vcs.xml @@ -1,5 +1,11 @@ + + + + + + diff --git a/Dockerfile b/Dockerfile index 27f9937..73c631a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,6 @@ WORKDIR /app COPY --from=publish /app/publish . COPY --from=publish /app/.dokku . +RUN ls -la + ENTRYPOINT ["dotnet"] diff --git a/Pushy/Pushy.Client/Pushy.Client.csproj b/Pushy/Pushy.Client/Pushy.Client.csproj index 606449b..2470933 100644 --- a/Pushy/Pushy.Client/Pushy.Client.csproj +++ b/Pushy/Pushy.Client/Pushy.Client.csproj @@ -7,7 +7,6 @@ true Default Linux - 13