From 87232992efb6adb0421b890db2b39d0c89b1c087 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Mon, 27 Mar 2023 17:18:37 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/test-custom-devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }