Skip to content

Commit

Permalink
Only VSC container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Jan 21, 2025
1 parent 3fdcd6d commit 7e42b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .devcontainer/Dockerfile

This file was deleted.

9 changes: 2 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/typescript-node
{
"name": "Node.js & TypeScript",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 12, 14, 16, 18, 20
"args": {
"VARIANT": "20"
}
},
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
Expand Down

0 comments on commit 7e42b19

Please sign in to comment.