Skip to content

Commit

Permalink
Merge pull request #403 from PigeonF/PigeonF/push-tptvuxlroxqm
Browse files Browse the repository at this point in the history
fix(dockerfile): Adjust cargo install path
  • Loading branch information
epage authored Oct 23, 2024
2 parents c778d1b + bf4c100 commit ed53d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DEBIAN_DIST=bullseye
FROM rust:${DEBIAN_DIST} as builder
WORKDIR /usr/src/committed
COPY . .
RUN cargo install --path .
RUN cargo install --path ./crates/committed

FROM debian:${DEBIAN_DIST}-slim
COPY --from=builder /usr/local/cargo/bin/committed /usr/local/bin/committed
Expand Down

0 comments on commit ed53d01

Please sign in to comment.