Skip to content

Commit 9382ebb

Browse files
committed
Emphasise chmod on custom scripts
1 parent 70e98b6 commit 9382ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/sandbox/configuration/dockerfile.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ FROM docker.io/cloudflare/sandbox:0.3.3
7575

7676
COPY my-app.js /workspace/my-app.js
7777
COPY startup.sh /workspace/startup.sh
78+
RUN chmod +x /workspace/startup.sh
7879
CMD ["/workspace/startup.sh"]
7980
```
8081

0 commit comments

Comments
 (0)