Files
modrinth/Dockerfile
T

7 lines
95 B
Docker

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