Skip to content

Commit

Permalink
Merge pull request #3 from microsoft/burkeholland-remove-start
Browse files Browse the repository at this point in the history
remove start command
  • Loading branch information
saragibby committed Oct 4, 2022
2 parents 2676ed4 + 49b1f1e commit 74514fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -28,7 +28,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm install && npm run start",
"postCreateCommand": "npm install",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
Expand Down

0 comments on commit 74514fd

Please sign in to comment.