Skip to content

Commit

Permalink
Correct bind mount for profiles.yml
Browse files Browse the repository at this point in the history
Corrects the bind mount for profiles.yml which previously mounted the host profiles.yml file to /root/.dbt.
  • Loading branch information
Sparrow0hawk authored Dec 11, 2024
1 parent 48eb166 commit 7b07a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/core/docker-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `ENTRYPOINT` for dbt Docker images is the command `dbt`. You can bind-mount
docker run \
--network=host \
--mount type=bind,source=path/to/project,target=/usr/app \
--mount type=bind,source=path/to/profiles.yml,target=/root/.dbt/ \
--mount type=bind,source=path/to/profiles.yml,target=/root/.dbt/profiles.yml \
<dbt_image_name> \
ls
```
Expand Down

0 comments on commit 7b07a59

Please sign in to comment.