Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flamion committed Oct 13, 2023
1 parent 1ceb5f6 commit b06e884
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 @@ -9,5 +9,5 @@ RUN cargo make -p release

FROM docker.io/archlinux
WORKDIR /root
COPY --from=builder /build/target/x86_64-unknown-linux-musl/release/shorty .
COPY --from=builder /build/target/release/shorty .
CMD ["./shorty"]

0 comments on commit b06e884

Please sign in to comment.