Fix OTP_VERSION file in docker

This commit is contained in:
kPherox 2020-04-09 21:16:29 +09:00 committed by GitHub
parent b87b798ca1
commit d37a102933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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