FROM rust:1.91.1 WORKDIR /beekeper COPY src/ src/ COPY Cargo.toml . COPY Cargo.lock . RUN cargo build --release CMD ["./target/release/beekeper"]