Skip to content

Commit c5d1184

Browse files
committed
add post create cmd
1 parent 7e45914 commit c5d1184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
],
3030
"remoteEnv": {
3131
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/node_modules/.bin"
32-
}
32+
},
3333
// Features to add to the dev container. More info: https://containers.dev/features.
3434
// "features": {},
3535
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3636
// "forwardPorts": [],
3737
// Use 'postCreateCommand' to run commands after the container is created.
38-
// "postCreateCommand": "sudo chown -R node:node /home/node/.elm"
38+
"postCreateCommand": "sudo chown -R node:node /home/node/.elm"
3939
// Configure tool-specific properties.
4040
// "customizations": {},
4141
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.

0 commit comments

Comments
 (0)