From 94faee3f471b0cc26ee1922a1681a2b4e14c4b0a Mon Sep 17 00:00:00 2001 From: John | Elite Encoder Date: Fri, 25 Oct 2024 19:06:26 -0400 Subject: [PATCH] Update devcontainer.json --- runner/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/.devcontainer/devcontainer.json b/runner/.devcontainer/devcontainer.json index 32532885..5e0ee418 100644 --- a/runner/.devcontainer/devcontainer.json +++ b/runner/.devcontainer/devcontainer.json @@ -23,7 +23,7 @@ ] } }, - + "appPort": ["8000:8000"], // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ 8000