Skip to content

Commit

Permalink
remove postStartCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 1, 2023
1 parent 22bc934 commit 2be9b51
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 @@ -28,7 +28,7 @@
// Uncomment the next line to run commands after the container is created - for example installing curl.
"initializeCommand": "docker compose -f docker-compose.yml -f .devcontainer/docker-compose.extend.yml down",
"postCreateCommand": "npm install --omit=optional",
"postStartCommand": "npx snowpack dev",
// "postStartCommand": "npx snowpack dev",

// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "root",
Expand Down

0 comments on commit 2be9b51

Please sign in to comment.