Revelav3/.devcontainer/devcontainer.json
2023-02-04 16:34:33 +00:00

9 lines
215 B
JSON

// See https://containers.dev/implementors/json_reference/ for configuration reference
{
"name": "Nebula",
"build": {
"dockerfile": "Dockerfile"
},
"remoteUser": "node",
"postCreateCommand": "npm install"
}