feat(docs): document OCI container deployment and enable verbose docker build scripts

This commit is contained in:
2026-03-19 14:58:08 +00:00
parent 67190605a6
commit 7e2142ce53
9 changed files with 956 additions and 895 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-19 - 11.4.0 - feat(docs)
document OCI container deployment and enable verbose docker build scripts
- adds a new README section covering Docker/OCI container deployment, environment variables, and image build/push commands
- updates docker build and release npm scripts to pass the --verbose flag for more detailed output
## 2026-03-18 - 11.3.0 - feat(docker)
add OCI container startup configuration and migrate Docker release pipeline to tsdocker