From 6198763477ad455d6b4ffaedd9a21bf478e6db50 Mon Sep 17 00:00:00 2001 From: red Date: Sun, 13 Jul 2025 11:05:00 -0400 Subject: [PATCH] no pleroma user --- pleroma/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pleroma/Dockerfile b/pleroma/Dockerfile index 912df20..34ab182 100644 --- a/pleroma/Dockerfile +++ b/pleroma/Dockerfile @@ -1,8 +1,8 @@ -FROM cr.forge.lan/darkdork-dev/pleromax +FROM cr.forge.lan/darkdork-dev/pleromax:latest -COPY --chmod=0764 --chown=pleroma:pleroma ./static-files/ /static-files/ -COPY --chmod=0755 --chown=pleroma:pleroma ./init-pleroma.sh / -COPY --chmod=0755 --chown=pleroma:pleroma ./docker-entrypoint.sh /pleroma +COPY --chmod=0764 ./static-files/ /static-files/ +COPY --chmod=0755 ./init-pleroma.sh / +COPY --chmod=0755 ./docker-entrypoint.sh /pleroma EXPOSE 4000