mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-22 03:53:06 +00:00
Add shallow clone of cache-domains
Added shallow clone to allow for offline startup
This commit is contained in:
parent
67e4bef59f
commit
c5c444a32c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,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
|
||||
|
||||
VOLUME ["/data/logs", "/data/cache", "/data/cachedomains", "/var/www"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue