diff --git a/src/Nocr.TextMatcher.Host/Dockerfile b/src/Nocr.TextMatcher.Host/Dockerfile index 482096c..d5519b6 100644 --- a/src/Nocr.TextMatcher.Host/Dockerfile +++ b/src/Nocr.TextMatcher.Host/Dockerfile @@ -16,8 +16,8 @@ RUN apt-get update && \ update-ca-certificates && \ rm -rf /var/lib/apt/lists/* -# Copy nuget.config from parent repository root -COPY ../../nuget.config /root/.nuget/NuGet/NuGet.Config +# Copy nuget.config (copied to submodule root by CI/CD) +COPY nuget.config /root/.nuget/NuGet/NuGet.Config COPY . . diff --git a/src/Nocr.TextMatcher.Migrator/Dockerfile b/src/Nocr.TextMatcher.Migrator/Dockerfile index 21acbad..081a73a 100644 --- a/src/Nocr.TextMatcher.Migrator/Dockerfile +++ b/src/Nocr.TextMatcher.Migrator/Dockerfile @@ -10,8 +10,8 @@ RUN apt-get update && \ update-ca-certificates && \ rm -rf /var/lib/apt/lists/* -# Copy nuget.config from parent repository root -COPY ../../nuget.config /root/.nuget/NuGet/NuGet.Config +# Copy nuget.config (copied to submodule root by CI/CD) +COPY nuget.config /root/.nuget/NuGet/NuGet.Config COPY . .