Skip to content

Commit 201afc5

Browse files
Remove Dockerfile
1 parent 7a89105 commit 201afc5

File tree

2 files changed

+6
-40
lines changed

2 files changed

+6
-40
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
33
{
4-
"name": "Debian",
5-
"build": {
6-
"dockerfile": "Dockerfile",
7-
"context": ".."
8-
}
9-
10-
// Features to add to the dev container. More info: https://containers.dev/features.
11-
// "features": {},
12-
13-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
14-
// "forwardPorts": [],
15-
16-
// Configure tool-specific properties.
17-
// "customizations": {},
18-
19-
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
20-
// "remoteUser": "root"
4+
"name": "Development",
5+
"image": "mcr.microsoft.com/devcontainers/typescript-node:latest",
6+
"features": {
7+
"ghcr.io/devcontainers/features/node:1": {}
8+
},
9+
"postCreateCommand": "yarn install"
2110
}

0 commit comments

Comments
 (0)