feat(docker): add OCI container startup configuration and migrate Docker release pipeline to tsdocker

This commit is contained in:
2026-03-18 16:22:02 +00:00
parent fbed56092f
commit 9479a07ddf
11 changed files with 165 additions and 45 deletions

View File

@@ -16,6 +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",
"bundle": "(tsbundle)",
"watch": "tswatch"
},