update init procedure

This commit is contained in:
red 2025-04-09 11:42:12 -04:00
parent 2bed1a8222
commit 57c5a7db61
3 changed files with 7 additions and 15 deletions

View file

@ -25,6 +25,7 @@ RUN rm -r /tmp/release
RUN rm /tmp/pleroma.zip
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 ${HOME}
EXPOSE 4000