federate two pleroma instances instead
This commit is contained in:
parent
b8eb5119da
commit
330786ea27
6 changed files with 133 additions and 45 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue