File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @cloudflare/sandbox " : patch
3
+ ---
4
+
5
+ Update README
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ FROM cloudflare/sandbox-test:0.1.3
8
8
# arm64 build of the image.
9
9
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.1.3
10
10
11
+ # Expose the ports you want to expose
11
12
EXPOSE 8080
12
13
EXPOSE 3001
13
-
14
- # Run the same command as the original image
15
- CMD ["bun" , "index.ts" ]
Original file line number Diff line number Diff line change @@ -66,10 +66,8 @@ npm install @cloudflare/sandbox
66
66
``` dockerfile
67
67
FROM docker.io/cloudflare/sandbox:0.1.3
68
68
69
+ # Expose the ports you want to expose
69
70
EXPOSE 3000
70
-
71
- # Run the same command as the original image
72
- CMD ["bun" , "index.ts" ]
73
71
```
74
72
75
73
2 . ** Configure wrangler.json** :
@@ -284,7 +282,7 @@ The SDK handles:
284
282
285
283
``` dockerfile
286
284
# In your Dockerfile (only needed for local dev)
287
- FROM oven/bun:latest
285
+ FROM docker.io/cloudflare/sandbox:0.1.3
288
286
289
287
# Expose the ports you'll be using
290
288
EXPOSE 3000 # For a web server
You can’t perform that action at this time.
0 commit comments