Skip to content

Commit a4222c9

Browse files
committed
fix devcontainer post creatd command
Signed-off-by: paule96 <[email protected]>
1 parent a03ff46 commit a4222c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
5000,
4545
5007
4646
],
47-
"postCreateCommand": ".devcontainer/localinit.sh",
47+
"postCreateCommand": "chmod +x .devcontainer/localinit.sh && .devcontainer/localinit.sh",
4848
"remoteUser": "vscode",
4949
"hostRequirements": {
5050
"memory": "8gb"

0 commit comments

Comments
 (0)