Skip to content

Commit 598205f

Browse files
committed
fix example
1 parent 9fa3058 commit 598205f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

examples/basic/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# FROM docker.io/cloudflare/sandbox:0.1.3
55
FROM cloudflare/sandbox-test:0.1.3
66

7+
# On a mac, you might need to actively pick up the
8+
# arm64 build of the image.
9+
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.1.3
10+
711
EXPOSE 8080
812
EXPOSE 3001
913

examples/basic/wrangler.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@
3333
"new_sqlite_classes": ["Sandbox"],
3434
"tag": "v1"
3535
}
36-
],
37-
"dev": {
38-
"container_engine": "unix:///Users/naresh/.colima/default/docker.sock"
39-
}
36+
]
4037
}

0 commit comments

Comments
 (0)