From a3121f078c1cd2b0b05eff09b3e1756a7cdc66ee Mon Sep 17 00:00:00 2001 From: Ryan Winter Date: Tue, 22 Jun 2021 13:47:17 -0700 Subject: [PATCH] add port 8080 to forward --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d6fbe23..610929c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",