mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
7 lines
95 B
Docker
7 lines
95 B
Docker
FROM rust:1.56
|
|
|
|
COPY ./ ./
|
|
|
|
RUN cargo build --release
|
|
|
|
CMD ["./target/release/daedalus_client"] |