Create OTP_VERSION file by mix release

This commit is contained in:
kPherox 2020-04-10 00:19:09 +09:00
commit 0e8f6d24b8
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D
2 changed files with 10 additions and 3 deletions

View file

@ -12,8 +12,6 @@ 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