Skip to content

Commit

Permalink
feature: add devcontainer to repo (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kconley-sq authored Nov 2, 2023
1 parent 4a2641e commit 3d2080d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "envbuilder",
"image": "mcr.microsoft.com/devcontainers/go:0-1.20",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker": {}
}
}

0 comments on commit 3d2080d

Please sign in to comment.