chore: add node-pty/xterm deps, tmux in Docker, dashboard_runs.tmux_session column

This commit is contained in:
2026-08-12 09:29:44 +07:00
parent 00f6338d4c
commit d96d552428
6 changed files with 51 additions and 1 deletions
+4
View File
@@ -35,6 +35,10 @@ RUN npm run build
FROM node:22-alpine
WORKDIR /app
# Runs Claude Code sessions inside a named tmux session per lane so both the
# dashboard (via node-pty attach) and a real terminal can share one live pane.
RUN apk add --no-cache tmux
COPY --from=server-deps /app/node_modules ./node_modules/
COPY package.json ./
COPY server/ ./server/