Set User to fix permission issue
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:02:34 -05:00
parent 90625e099e
commit 44f9bcedbd

View File

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