From 9ec9db7b7b087c638217f80be8e3c56459a5c255 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 13 Feb 2020 20:45:48 -0700 Subject: [PATCH] docs: fix image build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8088833..f19cf23 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Running it like this, the result from youtube-dl will only be useful from the we ```sh docker build . -t youtube-dl-web -docker tag youtube-dl w33ble/youtube-dl-web:latest +docker tag youtube-dl-web w33ble/youtube-dl-web:latest docker push w33ble/youtube-dl-web:latest ```