mirror-to-gitea/.devcontainer/devcontainer.json

9 lines
206 B
JSON
Raw Normal View History

2023-02-13 21:35:10 +00:00
{
"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": {}
}
}