From da2ff13c315bb3854cf7c6d00c43be6e132f781d Mon Sep 17 00:00:00 2001 From: henrik Date: Mon, 23 Dec 2024 01:12:21 +0100 Subject: [PATCH] chore: debugging build --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0e33bc8..aacb3f1 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 . . +RUN ls -la + RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj"