Skip to content

Commit

Permalink
dev vontainer add comment code for opening app port if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp committed Feb 3, 2024
1 parent d2091f5 commit 0370cab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
}
//"appPort": ["5000:5000"] //used to access app from external device



// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 0370cab

Please sign in to comment.