We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa3058 commit 598205fCopy full SHA for 598205f
examples/basic/Dockerfile
@@ -4,6 +4,10 @@
4
# FROM docker.io/cloudflare/sandbox:0.1.3
5
FROM cloudflare/sandbox-test:0.1.3
6
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
+
11
EXPOSE 8080
12
EXPOSE 3001
13
examples/basic/wrangler.jsonc
@@ -33,8 +33,5 @@
33
"new_sqlite_classes": ["Sandbox"],
34
"tag": "v1"
35
}
36
- ],
37
- "dev": {
38
- "container_engine": "unix:///Users/naresh/.colima/default/docker.sock"
39
- }
+ ]
40
0 commit comments