6a31f380a2
- 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>
8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
**/.git
|
|
**/.vs
|
|
**/.idea
|
|
**/bin
|
|
**/obj
|
|
**/*.user
|
|
**/*.suo
|
|
**/TestResults |