Skip to content

Commit

Permalink
Merge pull request #48 from DataRecce/chore/forward-ports-devcontainer
Browse files Browse the repository at this point in the history
[Chore] Add forwardPorts setting to devcontainer
  • Loading branch information
wcchang1115 authored Sep 18, 2024
2 parents cf499d4 + aa48b71 commit 8541469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"DBT_GOOGLE_DEV_DATASET": "oso_playground_dev",
"DBT_GOOGLE_KEYFILE": "/home/vscode/.config/gcloud/google-service-account.json",
},
"forwardPorts": [8000],
"postStartCommand": "mkdir -p /home/vscode/.config/gcloud && printenv GOOGLE_CLOUD_SERVICE_ACCOUNT_KEY_CONTENT > ${DBT_GOOGLE_KEYFILE} && recce server --cloud --review"
}
}

0 comments on commit 8541469

Please sign in to comment.