Add devcontainer file

main
Agustin Mista 2023-02-13 21:35:10 +00:00
parent 542ce09da0
commit 9431e82c1b
1 changed files with 8 additions and 0 deletions

View File

@ -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": {}
}
}