1
0

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
+2
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