Skip to content

Commit

Permalink
Update devcontainer.json to use a Dockerfile for image build
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed Apr 27, 2024
1 parent 4b1e090 commit 09298ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
{
"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",
"build": {
"dockerfile": "Dockerfile"
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit 09298ad

Please sign in to comment.