Commit b9e459a
fix: set 0755 permissions on entrypoint script
chmod +x only adds execute bits but doesn't ensure read permission.
When the build umask strips read for group/other, the resulting 711
permissions prevent the vscode user from reading the shell script,
causing silent execution failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7d2d90a commit b9e459a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments