Skip to content

Commit dacfad0

Browse files
authored
Modify postCreateCommand as a test
1 parent a9b74ad commit dacfad0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/test-custom-devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"forwardPorts": [4000],
3535

3636
// Use 'postCreateCommand' to run commands after the container is created.
37-
"postCreateCommand": "git lfs pull && npm ci",
37+
//"postCreateCommand": "git lfs pull && npm ci",
38+
"postCreateCommand": "echo This file was created by the postCreateCommand in the custom devcontainer.json > aaa-TEST.txt",
3839

3940
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4041
"remoteUser": "node"

0 commit comments

Comments
 (0)