3 lines
86 B
Docker
3 lines
86 B
Docker
FROM scratch
|
|
COPY ./target/aarch64-unknown-linux-musl/release/wimi /wimi
|
|
CMD ["/wimi"] |