Skip to content

Commit 8723299

Browse files
authored
Update devcontainer.json
1 parent 2d294b8 commit 8723299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"forwardPorts": [5000],
2323

2424
// Use 'postCreateCommand' to run commands after the container is created.
25-
"postCreateCommand": "echo test > aaa-TEST.txt"
25+
"postCreateCommand": "echo Added: `date` > aaa-TEST.txt"
2626

2727
}

0 commit comments

Comments
 (0)