From 8dbdbca9a36284a1727dd6c547252d1c4bf7904b Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 22 Dec 2024 20:03:57 +0100 Subject: [PATCH] ci: Adjustments to dockerfile --- .idea/.idea.Pushy/.idea/vcs.xml | 6 ++++++ Dockerfile | 2 ++ Pushy/Pushy.Client/Pushy.Client.csproj | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) 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