Merge pull request #105 from lancachenet/Shallow-clone

Fix shallow clone & update to use latest downstream stream images
This commit is contained in:
James Kinsman 2020-11-13 15:30:46 +00:00 committed by GitHub
commit ab95f3cf66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]