Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
removed timeout
  • Loading branch information
BethanyJep authored Aug 15, 2024
1 parent 0ba9848 commit e63453f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "lts/*",
"DOCKER_CLIENT_TIMEOUT": "120",
"COMPOSE_HTTP_TIMEOUT": "120"
"DOCKER_CLIENT_TIMEOUT": "",
"COMPOSE_HTTP_TIMEOUT": ""
}
},
"hostRequirements": {
Expand Down

0 comments on commit e63453f

Please sign in to comment.