feat(container): add Docker deployment and terminal shell fallback (#520)

* feat(container): add Docker deployment and terminal shell fallback

Add Docker runtime assets (Dockerfile, compose file, and entrypoint) to run OpenChamber in containers with persistent config/data mounts.

Improve terminal PTY startup reliability by probing multiple shell candidates and falling back automatically across Unix and Windows environments.

* fix: add OMO install env

* docs: add Docker Compose instructions to README
This commit is contained in:
nzlov
2026-02-26 20:13:23 +02:00
committed by GitHub
parent 0e9b231fed
commit 6ca2b0da05
6 changed files with 279 additions and 26 deletions
+20
View File
@@ -0,0 +1,20 @@
.git
.gitignore
node_modules
**/node_modules
dist
**/dist
build
**/build
.DS_Store
.idea
.vscode
coverage
tmp
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.env
.env.*