Skip to content

Commit

Permalink
Configure dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian authored Sep 5, 2023
1 parent 5aaaf94 commit 0a1500e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/git:1": {}
}
}

0 comments on commit 0a1500e

Please sign in to comment.