diff --git a/docker/Dockerfile b/docker/Dockerfile index 348a792e..12b3ea97 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,6 +11,8 @@ WORKDIR /source # copy csproj and restore as distinct layers COPY *.sln . +COPY nuget.config . +COPY lib/nuget/* ./lib/nuget/ COPY ErsatzTV/*.csproj ./ErsatzTV/ COPY ErsatzTV.Application/*.csproj ./ErsatzTV.Application/ COPY ErsatzTV.Core/*.csproj ./ErsatzTV.Core/ diff --git a/docker/nvidia/Dockerfile b/docker/nvidia/Dockerfile index a0b87b26..f241409e 100644 --- a/docker/nvidia/Dockerfile +++ b/docker/nvidia/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /source # copy csproj and restore as distinct layers COPY *.sln . +COPY nuget.config . +COPY lib/nuget/* ./lib/nuget/ COPY ErsatzTV/*.csproj ./ErsatzTV/ COPY ErsatzTV.Application/*.csproj ./ErsatzTV.Application/ COPY ErsatzTV.Core/*.csproj ./ErsatzTV.Core/ diff --git a/docker/vaapi/Dockerfile b/docker/vaapi/Dockerfile index 7ede6fe2..5496fdd0 100644 --- a/docker/vaapi/Dockerfile +++ b/docker/vaapi/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /source # copy csproj and restore as distinct layers COPY *.sln . +COPY nuget.config . +COPY lib/nuget/* ./lib/nuget/ COPY ErsatzTV/*.csproj ./ErsatzTV/ COPY ErsatzTV.Application/*.csproj ./ErsatzTV.Application/ COPY ErsatzTV.Core/*.csproj ./ErsatzTV.Core/