diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4cbf33904ee6..8cf61fa80633 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -58,7 +58,7 @@ }, // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm ci && npm start", + "postCreateCommand": "npm ci", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node",