FROM rust:1.76 COPY . . RUN cargo build --release CMD ["cargo", "run", "--release"]