docs: fix image build instructions

This commit is contained in:
2020-02-13 20:45:48 -07:00
parent 0762cfbb6f
commit 9ec9db7b7b

View File

@@ -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
```