rusty-bever/Dockerfile

5 lines
79 B
Docker

FROM scratch
COPY target/x86_64-unknown-linux-musl/release/rbd /
RUN ["/rbd"]