File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Node.js & TypeScript" ,
3+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:16-bullseye" ,
4+ "features" : {
5+ "ghcr.io/devcontainers/features/sshd:1" : {}
6+ },
7+
8+ // Features to add to the dev container. More info: https://containers.dev/implementors/features.
9+ // "features": {},
10+
11+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
12+ // "forwardPorts": [],
13+
14+ // Use 'postCreateCommand' to run commands after the container is created.
15+ "postCreateCommand" : " npm install"
16+
17+ // Configure tool-specific properties.
18+ // "customizations": {},
19+
20+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21+ // "remoteUser": "root"
22+ }
You can’t perform that action at this time.
0 commit comments