Merge pull request #377 from microsoft/leestott-patch-17
Update devcontainer.json
This commit is contained in:
commit
c2bd58f339
|
|
@ -4,7 +4,9 @@
|
|||
"context": "..",
|
||||
"dockerfile": "Dockerfile",
|
||||
"args": {
|
||||
"NODE_VERSION": "lts/*"
|
||||
"NODE_VERSION": "lts/*",
|
||||
"DOCKER_CLIENT_TIMEOUT": "120",
|
||||
"COMPOSE_HTTP_TIMEOUT": "120"
|
||||
}
|
||||
},
|
||||
"hostRequirements": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue