Skip to content

Commit

Permalink
Update tools/docker/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
Gabriel-Ladzaretti and viceice authored Nov 18, 2024
1 parent 726ec77 commit be0aafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ COPY --link --from=build --chown=root:root /usr/local/renovate/ /usr/local/renov
RUN ln -sf /usr/local/renovate/node /bin/node

# ensure default base and cache directories exist.
RUN mkdir -p /tmp/renovate /tmp/renovate/cache && \
chmod 775 /tmp/renovate /tmp/renovate/cache
RUN mkdir -p /tmp/renovate/cache && \
chmod -R 775 /tmp/renovate/cache

# test
RUN set -ex; \
Expand Down

0 comments on commit be0aafc

Please sign in to comment.