Skip to content

Commit

Permalink
fixing postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie ⚡ committed Oct 16, 2022
1 parent 32591df commit 8038971
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 @@ -6,7 +6,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// This can be used to network with other containers or with the host.
"forwardPorts": [5432],
"postCreateCommand": ["npm install", "npm run db", "npm run seed"]
"postCreateCommand": "npm install && npm run db && npm run seed"

// 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 8038971

Please sign in to comment.