mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 11:33:05 +00:00
Fix shallow clone
Shallow clone to the right directory.
This commit is contained in:
parent
db85960b0e
commit
b3bb2205d3
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