Add 'Run image' instructions

This commit is contained in:
ekzyis 2021-09-25 23:01:16 +02:00
parent 9843eacd57
commit 7cb2cf8eb6
1 changed files with 6 additions and 0 deletions

View File

@ -49,3 +49,9 @@ Build image:
```
$ make build
```
Run image:
```
$ docker run --rm --detach --name musicube musicube:latest
```