Skip to content

Commit c2bd58f

Browse files
authored
Merge pull request microsoft#377 from microsoft/leestott-patch-17
Update devcontainer.json
2 parents a33b57c + d539b13 commit c2bd58f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"context": "..",
55
"dockerfile": "Dockerfile",
66
"args": {
7-
"NODE_VERSION": "lts/*"
7+
"NODE_VERSION": "lts/*",
8+
"DOCKER_CLIENT_TIMEOUT": "120",
9+
"COMPOSE_HTTP_TIMEOUT": "120"
810
}
911
},
1012
"hostRequirements": {

0 commit comments

Comments
 (0)