Fix build directory permissions
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM rust:1.55
|
||||
RUN mkdir /usr/src/image-api && chown -R 1000:999 /usr/src/image-api
|
||||
USER 1000:999
|
||||
WORKDIR /usr/src/image-api
|
||||
COPY Cargo.toml .
|
||||
|
||||
Reference in New Issue
Block a user