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"