Modrinth/Dockerfile
2023-04-04 20:25:17 -07:00

7 lines
97 B
Docker

FROM rust:1.68.2
COPY ./ ./
RUN cargo build --release
CMD ["./target/release/daedalus_client"]