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"