Skip to content

Commit

Permalink
build: update devcontainer.json port
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed May 29, 2024
1 parent a840d30 commit ab694c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
// "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"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}

0 comments on commit ab694c3

Please sign in to comment.