FROM rust:1.69 WORKDIR /app COPY . . RUN cargo build CMD [ "cargo", "run" ]