From: kPherox Date: Thu, 9 Apr 2020 12:16:29 +0000 (+0900) Subject: Fix OTP_VERSION file in docker X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d37a102933dbfbb0996546b4d148bbe36fbd4220;p=akkoma Fix OTP_VERSION file in docker --- diff --git a/Dockerfile b/Dockerfile index 29931a5e3..c2f3ad98c 100644 --- 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