Skip to content

Commit fac6c44

Browse files
mrewoolfg
authored andcommitted
Execute run by default if there are no additional arguments
1 parent 19840f2 commit fac6c44

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)