logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: e84c0450bff0f6f34f24fc66a73e6778c0d00617
parent: b87b798ca1660224a3192c32b035c19b18e11587
Author: lain <lain@soykaf.club>
Date:   Thu,  9 Apr 2020 14:12:08 +0000

Merge branch 'fix-otp-version-file-in-docker' into 'develop'

Add OTP_VERSION file to docker

Closes #1662

See merge request pleroma/pleroma!2361

Diffstat:

MDockerfile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -12,6 +12,8 @@ RUN apk add git gcc g++ musl-dev make &&\ mkdir release &&\ mix release --path release +RUN echo "${OTP_VERSION}" > release/OTP_VERSION + FROM alpine:3.11 ARG BUILD_DATE