FROM rust:1.60-alpine ENV CARGO_TARGET_DIR "/output/" CMD cargo build --manifest-path "/src/Cargo.toml" --release