From d65540a4497ecdcf74fcab7214304c80f9caeab6 Mon Sep 17 00:00:00 2001 From: henrik Date: Mon, 23 Dec 2024 01:33:48 +0100 Subject: [PATCH] chore: Attempt copying one level lower --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0e33bc8..4347e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ COPY ["Pushy/Pushy.Client/Pushy.Client.csproj", "Pushy/Pushy.Client/"] COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"] COPY . . +COPY .git /src/Pushy/ + RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj"