FROM rust:1-buster WORKDIR / COPY . . RUN cargo install --path . RUN cargo build && \ cargo run >> ./run.log CMD ["cat", "run.log"]