Skip to content

Commit

Permalink
Merge pull request #377 from microsoft/leestott-patch-17
Browse files Browse the repository at this point in the history
Update devcontainer.json
  • Loading branch information
leestott authored Aug 13, 2024
2 parents a33b57c + d539b13 commit c2bd58f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*"
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "120",
"COMPOSE_HTTP_TIMEOUT": "120"
}
},
"hostRequirements": {
Expand Down

0 comments on commit c2bd58f

Please sign in to comment.