Switch to dynamic port forwarding

This commit is contained in:
Erich Gamma
2020-11-02 13:52:59 +00:00
parent 077a3c8559
commit 518683430a
2 changed files with 7 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [3000],
// "forwardPorts": [3000],
// Specifies a command that should be run after the container has been created.
"postCreateCommand": "yarn install",