Skip to content

Commit c48f9bb

Browse files
committed
Execute run by default if there are no additional arguments
1 parent 1fa6d45 commit c48f9bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ RUN apt-get update \
1515
COPY --from=builder /analyzer/target/release/codeprints-analyzer /usr/local/bin/codeprints-analyzer
1616
WORKDIR /repo
1717
ENTRYPOINT [ "codeprints-analyzer" ]
18+
# The standard command parses the commits of a repository
19+
CMD ["run"]

0 commit comments

Comments
 (0)