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 2s sleep to bashrc in Zeroclaw Dockerfile

+1
+1
apps/cf-sandbox/deploy/zeroclaw/Dockerfile
··· 80 80 COPY banner.sh /root/.local/bin 81 81 82 82 RUN chmod a+x /root/.local/bin/banner.sh && \ 83 + echo 'sleep 2' >> ~/.bashrc && \ 83 84 echo banner.sh >> ~/.bashrc 84 85 85 86 WORKDIR /workspace