Add dockerized host deploy flow and fix Blazor static boot assets
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user