Trying a permissions fix.
This commit is contained in:
parent
ba0680f5e6
commit
b42b461418
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ FROM $RUST_BUILDER_IMAGE as rust
|
||||||
ARG RUSTRELEASEDIR="release"
|
ARG RUSTRELEASEDIR="release"
|
||||||
|
|
||||||
WORKDIR /app/server
|
WORKDIR /app/server
|
||||||
|
RUN sudo chown -R rust:rust .
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue