Skip to content

Commit

Permalink
dev container update
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanctoth committed Oct 18, 2024
1 parent e2ca9ab commit a30cbab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"forwardPorts": [5000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash scripts/setup_codespace_env.sh",
"postStartCommand": "bash scripts/setup_codespace_env.sh",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 0 additions & 2 deletions scripts/setup_codespace_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ set -x
mkdir -p ~/.dbt
ln -sf $(readlink -f profiles.yml) ~/.dbt/profiles.yml
pip3 install --user -r requirements.txt

code profiles.yml

0 comments on commit a30cbab

Please sign in to comment.