This commit is contained in:
parent
bda67271ff
commit
eaafef32e4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM d.xr.to/base AS builder
|
||||||
RUN xbps-remote git gcc make libressl-devel elixir && mkdir /app
|
RUN xbps-remote git gcc make libressl-devel elixir && mkdir /app
|
||||||
ENV HOME=/app/pleroma
|
ENV HOME=/app/pleroma
|
||||||
ENV MIX_ENV=prod
|
ENV MIX_ENV=prod
|
||||||
RUN git clone --depth 1 --branch v1.0.0 https://git.pleroma.social/pleroma/pleroma.git /app/pleroma
|
RUN git clone --depth 1 --branch v1.0.7 https://git.pleroma.social/pleroma/pleroma.git /app/pleroma
|
||||||
WORKDIR /app/pleroma
|
WORKDIR /app/pleroma
|
||||||
VOLUME /app/pleroma/uploads
|
VOLUME /app/pleroma/uploads
|
||||||
COPY files/ /bin
|
COPY files/ /bin
|
||||||
|
|
Loading…
Reference in a new issue