Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Feb 6, 2024
1 parent 9633621 commit 74ca4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ docker build -f crates/bws/Dockerfile -t bitwarden/bws .
docker run --rm -it bitwarden/bws --help
```

To use a configuration file, utilize docker [bind mounting](https://docs.docker.com/storage/bind-mounts/)
to expose it to the container:
To use a configuration file, utilize docker
[bind mounting](https://docs.docker.com/storage/bind-mounts/) to expose it to the container:

```bash
docker run --rm -it -v "$HOME"/.bws:/home/app/.bws bitwarden/bws --help
Expand Down

0 comments on commit 74ca4bc

Please sign in to comment.