Skip to content

Commit

Permalink
Update devcontainer.json (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Mister Matt <[email protected]>
  • Loading branch information
mistermatt1337 authored Apr 24, 2024
1 parent f7f01db commit 82ace57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-buster",
"image": "mcr.microsoft.com/devcontainers/javascript-node",
"features": {
"ghcr.io/devcontainers-contrib/features/express-generator:2": {}
}
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// "features": {
"ghcr.io/devcontainers-contrib/features/browserify:2": {}
}

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand Down

0 comments on commit 82ace57

Please sign in to comment.