flavors/pleroma/Dockerfile

10 lines
320 B
Text
Raw Normal View History

2019-07-04 13:10:38 +00:00
FROM d.xr.to/base AS builder
RUN xbps-remote git gcc make libressl-devel elixir && mkdir /app
2019-07-04 13:10:38 +00:00
ENV HOME=/app/pleroma
ENV MIX_ENV=prod
2019-10-01 13:58:19 +00:00
RUN git clone --depth 1 --branch v1.0.7 https://git.pleroma.social/pleroma/pleroma.git /app/pleroma
2019-07-04 13:10:38 +00:00
WORKDIR /app/pleroma
VOLUME /app/pleroma/uploads
COPY files/ /bin
2019-07-04 13:10:38 +00:00
CMD /bin/run-pleroma