Merge pull request #377 from microsoft/leestott-patch-17

Update devcontainer.json
This commit is contained in:
Lee Stott 2024-08-13 21:59:34 +01:00 committed by GitHub
commit c2bd58f339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*"
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "120",
"COMPOSE_HTTP_TIMEOUT": "120"
}
},
"hostRequirements": {