1 2 3 4 5 6 7 8
FROM rust:slim COPY . /code RUN cargo install --path /code && cargo install mdbook WORKDIR /data VOLUME ["/data"]