diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a1bce4c..4988bb1 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,6 +11,8 @@ "postAttachCommand": { "print-message-of-the-day": "bash /etc/update-motd.d/00-header" }, + "forwardPorts": ["localhost:8001"], + "portsAttributes": {"8001": {"protocol": "https"}}, "customizations": { "vscode": { "settings": {