Revelav3/.devcontainer/devcontainer.json
2023-02-05 18:24:10 +00:00

9 lines
221 B
JSON

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