chore: Attempt copying one level lower

This commit is contained in:
henrik
2024-12-23 01:33:48 +01:00
parent e9194d199a
commit d65540a449

View File

@@ -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"