CACHE_DOMAINS_REPO not changing source location of cache-domains
pauls06 opened this issue · comments
pauls06 commented
Related to issue 68 #68
Setting CACHE_DOMAINS_REPO environment variable does not change the location of the cache-domains git repository
The alternative address should be use in the Dockerfile git clone command (line 12)
RUN git clone --depth=1 https://github.com/uklans/cache-domains/ /opt/cache-domains
should be
RUN git clone --depth=1 ${CACHE_DOMAINS_REPO} /opt/cache-domains
stale commented
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.