From 26160d6e89d7bddb86f4d3ac966c5db423e41b68 Mon Sep 17 00:00:00 2001 From: Louis DUFOUR Date: Mon, 13 Mar 2023 15:23:34 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/Dockerfile?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index de0c92e..4661fc8 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 ["StubLib/StubLib.csproj", "StubLib/"] +COPY ["StubLib/Stubs/StubLib.csproj", "Stubs/"] RUN dotnet restore "API/API.csproj" COPY . . WORKDIR "/src/API"