Update working directory
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 11:05:06 -05:00
parent 44f9bcedbd
commit 5a965d766b

View File

@@ -1,5 +1,6 @@
FROM rust:1.55 FROM rust:1.55
USER 1000:999 USER 1000:999
WORKDIR /usr/src/image-api
COPY Cargo.toml . COPY Cargo.toml .
RUN mkdir ./src && echo "fn main() {}" > ./src/main.rs && cargo fetch RUN mkdir ./src && echo "fn main() {}" > ./src/main.rs && cargo fetch
COPY src/ ./src/ COPY src/ ./src/