]> Untitled Git - lemmy.git/commitdiff
Trying a permissions fix.
authorDessalines <tyhou13@gmx.com>
Mon, 26 Oct 2020 18:35:19 +0000 (13:35 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 26 Oct 2020 18:35:19 +0000 (13:35 -0500)
docker/prod/Dockerfile

index 09c542f040e775accb874e74a557b64978bb968e..3b8186a213843872c69469f473e1590f2150c2a3 100644 (file)
@@ -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