el.xwx.moe/.devcontainer/devcontainer.json

23 lines
920 B
JSON
Raw Normal View History

2023-08-02 18:52:37 -05:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
2023-12-29 11:21:22 -06:00
"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-20-bullseye",
2023-08-02 18:52:37 -05:00
2023-12-29 11:21:22 -06:00
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
2023-08-02 18:52:37 -05:00
2023-12-29 11:21:22 -06:00
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
2023-08-02 18:52:37 -05:00
2023-12-29 11:21:22 -06:00
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
2023-08-02 18:52:37 -05:00
2023-12-29 11:21:22 -06:00
// Configure tool-specific properties.
// "customizations": {},
2023-08-02 18:52:37 -05:00
2023-12-29 11:21:22 -06:00
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root"
2023-08-02 18:52:37 -05:00
}