Skip to content

Commit

Permalink
fix(docker): update entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Mar 19, 2024
1 parent d91b07c commit bb69bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ RUN npm install -g danger
RUN wget -q "https://github.com/danger/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-$DANGER_KOTLIN_VERSION-linux.zip" && \
unzip "danger-kotlin-$DANGER_KOTLIN_VERSION-linux.zip" -d /usr/local && \
rm "danger-kotlin-$DANGER_KOTLIN_VERSION-linux.zip"

ENTRYPOINT ["danger-kotlin", "ci"]

0 comments on commit bb69bfa

Please sign in to comment.