From bed49aedc18d3af4366616b29cc791952857a15e Mon Sep 17 00:00:00 2001 From: Louwar Date: Tue, 14 Mar 2023 13:05:48 +0100 Subject: [PATCH] Debug docker --- Sources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index c0e6673..215ae5e 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /src COPY ["API/API.csproj", "API/"] COPY ["Model/Model.csproj", "Model/"] COPY ["Shared/Shared.csproj", "Shared/"] -COPY ["Stubs/StubLib.csproj", "Stubs/"] +COPY ["Stubs/StubLib/StubLib.csproj", "Stubs/"] RUN dotnet restore "API/API.csproj" COPY . . WORKDIR "/src/API"