This commit is contained in:
Ryan Winter 2021-06-22 13:47:17 -07:00
Родитель d0ae77af9f
Коммит a3121f078c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",