From 578c979c5be415721d6706328291c9808d753bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Gilli=C3=9Fen?= Date: Fri, 10 Nov 2023 14:56:05 +0100 Subject: [PATCH] doc: add hint that complete git repo is needed for docker build --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41dd3dd..b93dfb6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ Look for missing tracks in your lidarr library and download them from youtube. # Docker Usage ### docker run +The docker build need the `.git` directory, so be sure to clone the repository. +Using a shallow zip file from this repo does not work. + ``` +git clone https://github.com/dmzoneill/lidarr-youtube-downloader.git docker build -t lyd . # you need to be careful that the path matches the path that lidarr knows docker run \