We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2cb07 commit 402db88Copy full SHA for 402db88
.devcontainer/devcontainer.json
@@ -3,13 +3,13 @@
3
{
4
"name": "Node.js",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/javascript-node:0-16"
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
7
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
// "features": {},
10
11
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12
- // "forwardPorts": [],
+ "forwardPorts": [3000]
13
14
// Use 'postCreateCommand' to run commands after the container is created.
15
// "postCreateCommand": "yarn install",
0 commit comments