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 8af9edd commit 6f16c81Copy full SHA for 6f16c81
README.md
@@ -50,9 +50,9 @@ npm install @cloudflare/sandbox
50
1. **Create a Dockerfile** (temporary requirement, will be removed in future releases):
51
52
```dockerfile
53
-FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.5
+FROM docker.io/ghostwriternr/cloudflare-sandbox:0.0.9
54
# If building your project on arm64, use:
55
-# FROM docker.io/ghostwriternr/cloudflare-sandbox-arm:0.0.5
+# FROM docker.io/ghostwriternr/cloudflare-sandbox-arm:0.0.9
56
57
EXPOSE 3000
58
examples/basic/Dockerfile
@@ -1,4 +1,4 @@
1
2
3
EXPOSE 8080
4
EXPOSE 3001
0 commit comments