From 29bcd289feac0911d3233036dc31c59779dddace Mon Sep 17 00:00:00 2001 From: Zhijie Huang Date: Thu, 29 Aug 2024 15:59:07 +0800 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7d113b3..4a8aa61 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -42,7 +42,7 @@ "forwardPorts": [8000], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "/.devcontainer/postCreateCommand.sh", + "postCreateCommand": "./.devcontainer/postCreateCommand.sh", // Set minimal host requirements for the container. "hostRequirements": {