Skip to content

Commit

Permalink
adjusted Dockerfile (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Jan 12, 2024
1 parent 23c77db commit 31a16c1
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
@@ -1,7 +1,7 @@
FROM clux/muslrust:1.75.0 as builder
WORKDIR /volume
COPY . .
RUN cargo install --path .
RUN cargo build --release

FROM alpine
COPY --from=builder /volume/target/x86_64-unknown-linux-musl/release/hcal .
Expand Down

0 comments on commit 31a16c1

Please sign in to comment.