Skip to content
Snippets Groups Projects
Unverified Commit 8b41c3a0 authored by Gabriel-Ladzaretti's avatar Gabriel-Ladzaretti Committed by GitHub
Browse files

fix(docker): ensure repository cache dir exists (#34314)

parent a2abbaa1
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ RUN ln -sf /usr/local/renovate/node /bin/node
# ensure default base and cache directories exist.
# /runner/cache is an alternative cache directory used in both Docker and microVMs.
RUN mkdir -p /tmp/renovate/cache /runner/cache && \
RUN mkdir -p /tmp/renovate/cache/renovate/repository /runner/cache/renovate/repository && \
chmod -R 777 /tmp/renovate /runner
# test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment