federate two pleroma instances instead

This commit is contained in:
Luna 2022-11-18 13:15:04 -03:00
parent b8eb5119da
commit 330786ea27
6 changed files with 133 additions and 45 deletions

View file

@ -26,6 +26,12 @@ WORKDIR /pleroma
RUN git clone -b develop https://git.pleroma.social/pleroma/pleroma.git /pleroma \
&& git checkout ${PLEROMA_VER}
USER root
COPY ./minica.pem /usr/local/share/ca-certificates/minica.crt
RUN update-ca-certificates
USER pleroma
RUN echo "import Mix.Config" > config/prod.secret.exs \
&& mix local.hex --force \
&& mix local.rebar --force \