mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Trying a permissions fix.
This commit is contained in:
parent
ba0680f5e6
commit
b42b461418
@ -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 New Issue
Block a user