README: missed a hyphen

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-05-21 19:09:10 -04:00
parent f0fea0fe97
commit 5496b47b21
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -9,7 +9,7 @@ This repository contains configuration files for building a [Docker](https://git
## Build your own image ## Build your own image
```shell ```shell
$ docker build -t $USER/-subsonic . $ docker build -t $USER/subsonic .
``` ```
## Run a container with this image ## Run a container with this image