Skip to content

Commit

Permalink
test multi devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
hubwriter authored Apr 5, 2022
1 parent 238e22c commit 3c0a488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"forwardPorts": [4000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "git lfs pull && npm ci",
//"postCreateCommand": "git lfs pull && npm ci",
"postCreateCommand": "echo test",

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

0 comments on commit 3c0a488

Please sign in to comment.