Add dockerized host deploy flow and fix Blazor static boot assets

This commit is contained in:
Joseph Doherty
2026-02-06 17:44:46 -05:00
parent dd18a05408
commit 4e56ea3435
27 changed files with 777 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
**/bin/
**/obj/
**/.vs/
**/.idea/
**/*.user
**/*.suo
**/*.cache
**/TestResults/
**/test-results/
**/playwright-report/
**/node_modules/
.git
# Local deployment runtime artifacts should stay on host, not in image context
/deploy/docker/runtime-config/
/deploy/docker/runtime-logs/