fix: postCreate.sh doesn't execute without providing execute permission to the script first (#33166)
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -53,7 +53,7 @@ If you want to preserve files outside the `/workspaces` directory over a rebuild
|
||||
```json
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/base:alpine",
|
||||
"postCreateCommand": ".devcontainer/postCreate.sh"
|
||||
"postCreateCommand": "chmod +x .devcontainer/postCreate.sh && .devcontainer/postCreate.sh"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user