From e51f6a5036f7577fa4a1eb01013803c1fe42fb39 Mon Sep 17 00:00:00 2001 From: Marc Skov Madsen Date: Sat, 22 Jul 2023 05:32:48 +0000 Subject: [PATCH] fix devcontainer --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8840ba7..ffb5dd7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,7 @@ }, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ - 5006, 5007, 8888 + 5006, 8888 ], // Use 'postCreateCommand' to run commands after the container is created. // Install app dependencies. @@ -27,7 +27,7 @@ // Use 'postAttachCommand' to run commands after a tool has attached to the container. // Start the app. "postAttachCommand": { - "server": "panel serve apps/app.py --autoreload --port 5007 --address 0.0.0.0" + "server": "panel serve apps/app.py --autoreload --port 5006" }, "portsAttributes": { "5007": {