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 70e98b6 commit 9382ebbCopy full SHA for 9382ebb
src/content/docs/sandbox/configuration/dockerfile.mdx
@@ -75,6 +75,7 @@ FROM docker.io/cloudflare/sandbox:0.3.3
75
76
COPY my-app.js /workspace/my-app.js
77
COPY startup.sh /workspace/startup.sh
78
+RUN chmod +x /workspace/startup.sh
79
CMD ["/workspace/startup.sh"]
80
```
81
0 commit comments