From ab694c37b8f6123047ccafe20c4b8754e5caa8b8 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 28 May 2024 15:43:28 -0700 Subject: [PATCH] build: update devcontainer.json port --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cad4371e..a8c9051a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ - 8089 + 8181 ], // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "go install github.com/cosmtrek/air@latest" @@ -16,4 +16,4 @@ // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} \ No newline at end of file +}