mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
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"
|
||||
|
||||
WORKDIR /app/server
|
||||
RUN sudo chown -R rust:rust .
|
||||
COPY . ./
|
||||
RUN cargo build --release
|
||||
|
||||
|
|
Loading…
Reference in a new issue