force compile
This commit is contained in:
parent
e4af686694
commit
6a175d1bdb
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ COPY --chmod=0764 ./static-files/ /static-files/
|
||||||
COPY --chmod=0755 ./init-pleroma.sh /
|
COPY --chmod=0755 ./init-pleroma.sh /
|
||||||
COPY --chmod=0755 ./docker-entrypoint.sh /pleroma
|
COPY --chmod=0755 ./docker-entrypoint.sh /pleroma
|
||||||
|
|
||||||
|
RUN mix compile --force
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/pleroma/docker-entrypoint.sh"]
|
ENTRYPOINT ["/opt/pleroma/docker-entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue