mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
Improve desktop streaming architecture, add inspector dev tooling, React DesktopViewer updates, and computer-use documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
227 B
Docker
7 lines
227 B
Docker
FROM node:22-bookworm-slim
|
|
|
|
RUN npm install -g pnpm@10.28.2
|
|
|
|
WORKDIR /app
|
|
|
|
CMD ["bash", "-lc", "pnpm install --filter @sandbox-agent/inspector... && cd frontend/packages/inspector && exec pnpm vite --host 0.0.0.0 --port 5173"]
|