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"