no pleroma user

This commit is contained in:
red 2025-07-13 11:05:00 -04:00
parent 29a9c30664
commit 6198763477

View file

@ -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=0764 ./static-files/ /static-files/
COPY --chmod=0755 --chown=pleroma:pleroma ./init-pleroma.sh / COPY --chmod=0755 ./init-pleroma.sh /
COPY --chmod=0755 --chown=pleroma:pleroma ./docker-entrypoint.sh /pleroma COPY --chmod=0755 ./docker-entrypoint.sh /pleroma
EXPOSE 4000 EXPOSE 4000