From c939351209a1533a2808ef839ebd38b884bb96ee Mon Sep 17 00:00:00 2001 From: Cephas Lin Date: Tue, 28 Nov 2023 15:38:49 +0100 Subject: [PATCH] normalize --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ec5a493f..e4dd99dd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -51,9 +51,9 @@ } } }, - // Use 'forwardPorts' to make a list of ports inside the container available locally. 5000 is for Flask, and 5432 is for PostgreSQL. + // Use 'forwardPorts' to make a list of ports inside the container available locally. 5000 is for Flask, 8000 is for Django, and 5432 is for PostgreSQL. "forwardPorts": [ - 5000, 5432 + 8000, 5000, 5432 ], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "",