Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
fix: Add do-rebase to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Morton authored Apr 14, 2020
1 parent 1ca0f8f commit 627879f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:13.12.0-stretch

WORKDIR "/renovate"
COPY do-rebase .
COPY do-renovate .
ENV PATH="/renovate:${PATH}"

Expand Down

0 comments on commit 627879f

Please sign in to comment.