1 2 3 4 5 6 7
FROM rustlang/rust:stable WORKDIR /workspace COPY . . RUN cargo build --release && cp ./target/release/futhorc /bin/futhorc