Skip to content

Commit a29dfc3

Browse files
changes to devcontainer.json
1 parent f2b52b8 commit a29dfc3

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
@@ -8,7 +8,7 @@
88
"version": "latest"
99
}
1010
},
11-
"postCreateCommand": "chmod +x scripts/*.sh && scripts/post-create.sh",
11+
"postCreateCommand": "chmod +x scripts/*.sh && ./devcontainer/scripts/post-create.sh",
1212
"postStartCommand": "chmod +x scripts/*.sh && scripts/post-start.sh",
1313
"customizations": {
1414
"vscode": {

0 commit comments

Comments
 (0)