Skip to content

Commit

Permalink
Merge pull request #639 from scop/feat/docker-entrypoint
Browse files Browse the repository at this point in the history
feat: Improve Docker image entry
  • Loading branch information
epage committed Dec 19, 2022
2 parents 87d2236 + 75e30c7 commit 51f0b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -7,4 +7,5 @@ RUN cargo install --path .

FROM debian:${DEBIAN_DIST}-slim
COPY --from=builder /usr/local/cargo/bin/typos /usr/local/bin/typos
CMD ["typos"]
ENTRYPOINT ["typos"]
CMD ["--help"]

0 comments on commit 51f0b65

Please sign in to comment.