add port 8080 to forward
This commit is contained in:
Родитель
d0ae77af9f
Коммит
a3121f078c
|
@ -18,7 +18,7 @@
|
|||
],
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [3030],
|
||||
"forwardPorts": [3030, 8080],
|
||||
|
||||
// Specifies a command that should be run after the container has been created.
|
||||
// "postCreateCommand": "yarn install",
|
||||
|
|
Загрузка…
Ссылка в новой задаче