diff --git a/.devcontainer/test-custom-devcontainer/devcontainer.json b/.devcontainer/test-custom-devcontainer/devcontainer.json index 392f0cc7097c..587805e006bc 100644 --- a/.devcontainer/test-custom-devcontainer/devcontainer.json +++ b/.devcontainer/test-custom-devcontainer/devcontainer.json @@ -22,6 +22,6 @@ "forwardPorts": [5000], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "echo test > aaa-TEST.txt" + "postCreateCommand": "echo Added: `date` > aaa-TEST.txt" }