We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run
1 parent 1fa6d45 commit c48f9bbCopy full SHA for c48f9bb
Dockerfile
@@ -15,3 +15,5 @@ RUN apt-get update \
15
COPY --from=builder /analyzer/target/release/codeprints-analyzer /usr/local/bin/codeprints-analyzer
16
WORKDIR /repo
17
ENTRYPOINT [ "codeprints-analyzer" ]
18
+# The standard command parses the commits of a repository
19
+CMD ["run"]
0 commit comments