number3 complete
This commit is contained in:
parent
a9b09b06ac
commit
047ecbd685
7 changed files with 413 additions and 0 deletions
8
.devcontainer/devcontainer.json
Normal file
8
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// See https://containers.dev/implementors/json_reference/ for configuration reference
|
||||
{
|
||||
"name": "Untitled Node.js project",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"remoteUser": "node"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue