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 npm global bin to PATH in Dockerfile

Include /root/.npm-global/bin in the PATH so globally installed npm
packages
are available to the root user in the container

+1 -1
+1 -1
apps/cf-sandbox/deploy/pkgx/Dockerfile
··· 62 62 echo 'alias ls="eza -l"' >> ~/.bashrc 63 63 64 64 RUN curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh && \ 65 - echo 'export PATH=$PATH:/root/.atuin/bin:/root/.local/bin' >> ~/.bashrc && \ 65 + echo 'export PATH=$PATH:/root/.atuin/bin:/root/.local/bin:/root/.npm-global/bin' >> ~/.bashrc && \ 66 66 echo 'eval "$(atuin init bash)"' >> ~/.bashrc || true 67 67 68 68 COPY --from=docker.io/cloudflare/sandbox:0.7.8 /container-server/sandbox /sandbox