Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This should improve build times with changes that don't change the dependencies in Cargo.toml.
5 lines
66 B
Docker
5 lines
66 B
Docker
FROM rust:1.55
|
|
COPY Cargo.toml .
|
|
RUN cargo fetch
|
|
COPY src/ ./src/
|