no pleroma user
This commit is contained in:
parent
29a9c30664
commit
6198763477
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue