configure dockerfile to include custom mrf modules

This commit is contained in:
red 2025-07-04 11:34:17 -04:00
parent 73dc4d5a71
commit 3c40b1a9ef

View file

@ -27,6 +27,7 @@ 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}
COPY --chmod=0764 --chown=pleroma:pleroma ./custom-modules/ /custom-modules/
EXPOSE 4000