mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Merge pull request #105 from lancachenet/Shallow-clone
Fix shallow clone & update to use latest downstream stream images
This commit is contained in:
commit
ab95f3cf66
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue