From b3bb2205d3f6bd64cc711ffd6a09971aa830c894 Mon Sep 17 00:00:00 2001 From: James Kinsman Date: Fri, 28 Feb 2020 08:05:56 +0000 Subject: [PATCH] Fix shallow clone Shallow clone to the right directory. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baacc10..e351260 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -m 755 -p /data/cachedomains ;\ apt-get update ;\ apt-get install -y jq git ; -RUN git clone --depth=1 --no-single-branch https://github.com/uklans/cache-domains/ /data/cache-domains +RUN git clone --depth=1 --no-single-branch https://github.com/uklans/cache-domains/ /data/cachedomains VOLUME ["/data/logs", "/data/cache", "/data/cachedomains", "/var/www"]