From 01c2864a550182f9fa355497a978aae82ca04adc Mon Sep 17 00:00:00 2001 From: henrik Date: Mon, 23 Dec 2024 01:36:23 +0100 Subject: [PATCH] chore: Additional Copy --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4347e1b..13b4274 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"] COPY . . COPY .git /src/Pushy/ +COPY .git /src/Pushy.Silo/ RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj"