use local rebar as well

This commit is contained in:
Kegan Myers 2023-07-23 14:07:36 -05:00
parent 6ed5dbcbc1
commit 33e8897b79

View file

@ -17,7 +17,7 @@ ADD --chown=akkoma:akkoma prod.exs /opt/akkoma/config/prod.exs
USER akkoma
WORKDIR /opt/akkoma
RUN git fetch --all && git checkout $AKKOMA_COMMIT
RUN mix local.hex --force
RUN mix local.hex --force && mix local.rebar --force
RUN mix deps.get
RUN mix compile
RUN mix pleroma.frontend install pleroma-fe --ref stable