1 2 3 4 5 6
FROM rust:1.85-bullseye WORKDIR /usr/src/komichi COPY . . RUN cargo build CMD ["cargo", "test"]