Skip to content

Commit

Permalink
chore: Update devcontainer.json configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Aug 16, 2024
1 parent 0c04b2b commit 5e18288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm"
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -12,7 +12,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
"postCreateCommand": "nvm install 20 && nvm use 20 && pnpm install"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 5e18288

Please sign in to comment.