configure dockerfile to include custom mrf modules
This commit is contained in:
parent
73dc4d5a71
commit
3c40b1a9ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue