Add multi-stage Dockerfile (backend + client tarball)

This commit is contained in:
2026-06-11 19:04:45 +00:00
parent a7e5e13ac8
commit 88339c51eb
2 changed files with 45 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
**/bin
**/obj
**/.vs
.git
.gitignore
.vscode
.idea
docs
tests
backend.tests
*.md
.dockerignore
Dockerfile