Add docker build command in README

This commit is contained in:
Alexandre Iooss 2020-09-27 22:14:35 +02:00
parent a2fd2499a9
commit 2a6291c2fd
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ It uses Traefik reverse proxy.
You can also launch the Docker image using,
```
docker build . -t ghostream
docker run -it --rm -p 8080:8080 -p 2112:2112 -p 9710:9710 ghostream
```