the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Deno to PATH in Dockerfile

+2 -2
+2 -2
apps/cf-sandbox/deploy/docker/Dockerfile
··· 112 112 echo 'source -- ~/.local/share/blesh/ble.sh' >> ~/.bashrc 113 113 114 114 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 115 - echo 'export PATH=$PATH:$HOME/.atuin/bin:$HOME/.local/bin:$HOME/.npm-global/bin' >> ~/.bashrc && \ 115 + echo 'export PATH=$PATH:$HOME/.deno/bin:$HOME/.atuin/bin:$HOME/.local/bin:$HOME/.npm-global/bin' >> ~/.bashrc && \ 116 116 echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 117 117 118 118 RUN mkdir -p ~/.npm-global && npm config set prefix "~/.npm-global" 119 119 120 - ENV PATH "/home/coder/.local/bin:/home/coder/.npm-global/bin:${PATH}" 120 + ENV PATH "/root/.deno/bin:/home/coder/.local/bin:/home/coder/.npm-global/bin:${PATH}" 121 121 122 122 RUN npm install -g pm2 123 123