Skip to content

Commit

Permalink
Add devcontainer file
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinmista committed Feb 13, 2023
1 parent 542ce09 commit 9431e82
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 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/dhoeric/features/act:1": {}
}
}

0 comments on commit 9431e82

Please sign in to comment.