From 7c6a93056aca55009a2873de5c838307760b6aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B7=E4=BA=AE=E8=BE=89?= Date: Mon, 23 May 2022 14:07:12 +0000 Subject: [PATCH] =?UTF-8?q?platofrm=20gitpod=20=E8=B7=91=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E4=B8=8D=E5=BA=94=E8=AF=A5=E8=B5=B05000=EF=BC=8C=E8=80=8C?= =?UTF-8?q?=E6=98=AF5100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3d0399a992..26703bef96 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,7 @@ image: # List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/ ports: - - port: 5000 + - port: 5100 onOpen: open-browser visibility: public - port: 6379 @@ -37,7 +37,7 @@ tasks: sh ./.scripts/gitpod_env.sh gp await-port 27017 gp await-port 6379 - export ROOT_URL=$(gp url 5000) + export ROOT_URL=$(gp url 5100) yarn start vscode: extensions: