Skip to content

Commit

Permalink
Add forwardPorts setting to devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed Sep 18, 2024
1 parent 0040c6d commit 53583af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/recce-cloud/setup-gh-codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GitHub Codespaces is a development environment provided by GitHub that allows de
"DBT_USER": "${{ secrets.DBT_USER }}",
"DBT_PASSWORD": "${{ secrets.DBT_PASSWORD }}",
},
"forwardPorts": [8000],
"postStartCommand": "recce server --cloud --review"
}
```
Expand Down

0 comments on commit 53583af

Please sign in to comment.