Fixes launching of the devcontainer and adds support for Docker Desktop (#24303)
This commit is contained in:
parent
c855e1ecbc
commit
cb9cc09a6d
3 changed files with 14 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
"forwardPorts": [3000, 4000],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"postCreateCommand": ".devcontainer/post-create.sh",
|
||||
"waitFor": "postCreateCommand",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue