NuGet.Config sets globalPackagesFolder to %USERPROFILE% for Windows. Docker Linux builds must not inherit this - they use /root/.nuget/packages by default. Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Api: mcr.microsoft.com/dotnet/aspnet:10.0 base, exposes 8080 - Worker: mcr.microsoft.com/dotnet/runtime:10.0 base (no HTTP stack) - Both use multi-stage build with layer-cached csproj restore - .dockerignore excludes bin/obj/git/IDE folders - Dockerfiles added to /docker/ solution folder Ref: IT-628 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>