We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d294b8 commit 8723299Copy full SHA for 8723299
.devcontainer/test-custom-devcontainer/devcontainer.json
@@ -22,6 +22,6 @@
22
"forwardPorts": [5000],
23
24
// Use 'postCreateCommand' to run commands after the container is created.
25
- "postCreateCommand": "echo test > aaa-TEST.txt"
+ "postCreateCommand": "echo Added: `date` > aaa-TEST.txt"
26
27
}
0 commit comments