Skip to content

Commit b976468

Browse files
authored
Merge pull request #265 from Vacxe/docker-entrypoint
fix(docker): update entry point
2 parents d91b07c + bb69bfa commit b976468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ RUN npm install -g danger
2727
RUN wget -q "https://github.com/danger/kotlin/releases/download/$DANGER_KOTLIN_VERSION/danger-kotlin-$DANGER_KOTLIN_VERSION-linux.zip" && \
2828
unzip "danger-kotlin-$DANGER_KOTLIN_VERSION-linux.zip" -d /usr/local && \
2929
rm "danger-kotlin-$DANGER_KOTLIN_VERSION-linux.zip"
30+
31+
ENTRYPOINT ["danger-kotlin", "ci"]

0 commit comments

Comments
 (0)