Skip to content

Commit

Permalink
chore(devcontainer): Update start command
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Jul 12, 2021
1 parent 4471469 commit fab37e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"context": "..",
"remoteUser": "vscode",
"appPort": ["8123:8123", "5000:5000"],
"postCreateCommand": "npm install && sudo container install",
"postCreateCommand": "npm ci && sudo container install",
"extensions": [
"github.vscode-pull-request-github",
"eamodio.gitlens",
Expand Down

0 comments on commit fab37e1

Please sign in to comment.