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

@@ -16,8 +16,8 @@
"start": "(node --max_old_space_size=250 ./cli.js)",
"startTs": "(node cli.ts.js)",
"build": "(tsbuild tsfolders --allowimplicitany && npm run bundle)",
"build:docker": "tsdocker build",
"release:docker": "tsdocker push",
"build:docker": "tsdocker build --verbose",
"release:docker": "tsdocker push --verbose",
"bundle": "(tsbundle)",
"watch": "tswatch"
},