Skip to content

Commit 8b0152b

Browse files
committed
update docker command.
1 parent 94cf145 commit 8b0152b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ hatchet-linux-amd64 report \
5151
## Run via Docker
5252

5353
```bash
54-
docker run --rm ghcr.io/analogj/hatchet:latest report \
54+
docker run --rm -v `pwd`:/out/ \
55+
ghcr.io/analogj/hatchet:latest report \
56+
--output-path="/out/sender_report.csv" \
5557
--imap-hostname=imap.gmail.com \
5658
--imap-username=xxxxx@gmail.com \
5759
--imap-password=xxxxxxx

0 commit comments

Comments
 (0)