Skip to content

Commit

Permalink
updated readme to include docker container from hub #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Oct 31, 2024
1 parent 194125b commit f0e7e5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,9 @@ docker build -t chaptertool-gui .
docker run -p 8989:8989 chaptertool-gui
# open http://localhost:8989 in your browser
```

or use the image from dockerhub:

```shell
docker run -p 8989:8989 martintillmann/chaptertool-gui
```

0 comments on commit f0e7e5b

Please sign in to comment.