Files
ImageApi/Dockerfile.ci
Cameron Cordes d20a7e9c4d
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Make temporary main.rs for fetch
2021-12-24 10:44:18 -05:00

5 lines
105 B
Docker

FROM rust:1.55
COPY Cargo.toml .
RUN echo "fn main() {}" > ./src/main.rs && cargo fetch
COPY src/ ./src/