1 2 3 4 5 6
FROM rust:1.85-alpine WORKDIR /usr/src/komichi COPY . . RUN apk add --no-cache musl-dev && cargo build CMD ["cargo", "test"]