diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2852f80..46fd9ab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,6 +2,7 @@ "extensions": [ "humao.rest-client" ], + "forwardPorts": [9411], // Use 'onCreateCommand' to run commands as part of container creation. "onCreateCommand": "/bin/bash -c .devcontainer/on-create.sh", } \ No newline at end of file