diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index edb9de9..6e18747 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,6 +14,11 @@ "ms-python.python" ] } - } + }, + + "forwardPorts": [ + 5000 + ] + }