1 2 3 4 5 6 7 8 9 10 11
FROM rust AS build WORKDIR /tmp/build COPY . . RUN cargo install --path . FROM ubuntu:latest COPY --from=build /usr/local/cargo/bin/* /usr/local/bin/