Make temporary main.rs for fetch
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2021-12-24 10:44:18 -05:00
parent 6e39f8c58e
commit d20a7e9c4d

View File

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