Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/basic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This image is unique to this repo, and you'll never need it.
# Whenever you're integrating with sandbox SDK in your own project,
# you should use the official image instead:
# FROM docker.io/cloudflare/sandbox:0.4.3
FROM cloudflare/sandbox-test:0.4.3
FROM docker.io/cloudflare/sandbox:0.4.3
#FROM cloudflare/sandbox-test:0.4.3

# On a mac, you might need to actively pick up the
# arm64 build of the image.
Expand Down
7 changes: 7 additions & 0 deletions examples/websocket/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules/
dist/
.wrangler/
.dev.vars
.env
*.log
.DS_Store
Loading