FROM tfb/rust:latest COPY ./ ./ RUN cargo clean RUN RUSTFLAGS="-C target-cpu=native" cargo build --release CMD ./target/release/hello