force local hex

This commit is contained in:
Kegan Myers 2023-07-23 13:55:46 -05:00
parent 187106349a
commit 6ed5dbcbc1

View file

@ -16,7 +16,8 @@ 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 git fetch --all && git checkout $AKKOMA_COMMIT
RUN mix local.hex --force
RUN mix deps.get
RUN mix compile
RUN mix pleroma.frontend install pleroma-fe --ref stable