Skip to content

Commit

Permalink
Merge pull request #95 from DataRecce/feature/drc-640-recce-instance-…
Browse files Browse the repository at this point in the history
…in-recce-cloud-pr-page-ui-update

Add forwardPorts setting to devcontainer
  • Loading branch information
wcchang1115 committed Sep 18, 2024
2 parents 0040c6d + 53583af commit eff9062
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 eff9062

Please sign in to comment.