@@ -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