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.
1 parent 320b578 commit d7bacc4Copy full SHA for d7bacc4
Dockerfile
@@ -3,7 +3,7 @@ ARG DEBIAN_DIST=bullseye
3
FROM rust:${DEBIAN_DIST} as builder
4
WORKDIR /usr/src/typos
5
COPY . .
6
-RUN cargo install --path .
+RUN cargo install --path ./crates/typos-cli
7
8
FROM debian:${DEBIAN_DIST}-slim
9
COPY --from=builder /usr/local/cargo/bin/typos /usr/local/bin/typos
0 commit comments