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
88# arm64 build of the image.
99# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.1.3
1010
11+ # Expose the ports you want to expose
1112EXPOSE 8080
1213EXPOSE 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
6666``` dockerfile
6767FROM docker.io/cloudflare/sandbox:0.1.3
6868
69+ # Expose the ports you want to expose
6970EXPOSE 3000
70-
71- # Run the same command as the original image
72- CMD ["bun" , "index.ts" ]
7371```
7472
75732 . ** Configure wrangler.json** :
@@ -284,7 +282,7 @@ The SDK handles:
284282
285283``` dockerfile
286284# In your Dockerfile (only needed for local dev)
287- FROM oven/bun:latest
285+ FROM docker.io/cloudflare/sandbox:0.1.3
288286
289287# Expose the ports you'll be using
290288EXPOSE 3000 # For a web server
You can’t perform that action at this time.
0 commit comments