Skip to content

Commit f0e7e5b

Browse files
committed
updated readme to include docker container from hub #15
1 parent 194125b commit f0e7e5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,9 @@ docker build -t chaptertool-gui .
152152
docker run -p 8989:8989 chaptertool-gui
153153
# open http://localhost:8989 in your browser
154154
```
155+
156+
or use the image from dockerhub:
157+
158+
```shell
159+
docker run -p 8989:8989 martintillmann/chaptertool-gui
160+
```

0 commit comments

Comments
 (0)