From 5496b47b2196690ace266b1f1a183be7d5529226 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 21 May 2024 19:09:10 -0400 Subject: [PATCH] README: missed a hyphen Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9051dab..6304167 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains configuration files for building a [Docker](https://git ## Build your own image ```shell -$ docker build -t $USER/-subsonic . +$ docker build -t $USER/subsonic . ``` ## Run a container with this image