From 8a22f1e159289a629b18284cf9b49e5c281e5244 Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 13 Dec 2024 18:20:31 +0100 Subject: [PATCH] undid explicit .git copy to whole folder copying --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dd963f..a00fe49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY ["Pushy/Pushy/Pushy.csproj", "Pushy/Pushy/"] COPY ["Pushy/Pushy.Client/Pushy.Client.csproj", "Pushy/Pushy.Client/"] COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"] -COPY .git . +COPY . . RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj"