Revelav3/.devcontainer/devcontainer.json
2024-11-04 23:56:32 -07: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"
}