chore: add Dockerfiles for Api and Worker

- 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>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 01:33:22 +03:00
parent ae724e4aee
commit 6a31f380a2
4 changed files with 73 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
**/.git
**/.vs
**/.idea
**/bin
**/obj
**/*.user
**/*.suo
**/TestResults