mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
fix(docker): chmod the renovate cache dir to allow custom uids (#32649)
This commit is contained in:
parent
910716bef7
commit
a4d8bffe62
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ RUN ln -sf /usr/local/renovate/node /bin/node
|
|||
|
||||
# ensure default base and cache directories exist.
|
||||
RUN mkdir -p /tmp/renovate/cache && \
|
||||
chmod -R 775 /tmp/renovate
|
||||
chmod -R 777 /tmp/renovate
|
||||
|
||||
# test
|
||||
RUN set -ex; \
|
||||
|
|
Loading…
Reference in a new issue