summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2020-04-09 21:16:29 +0900
committerGitHub <noreply@github.com>2020-04-09 21:16:29 +0900
commitd37a102933dbfbb0996546b4d148bbe36fbd4220 (patch)
tree6f95b5c080b12057398f83b6d7f425368bfaf6f8 /Dockerfile
parentb87b798ca1660224a3192c32b035c19b18e11587 (diff)
Fix OTP_VERSION file in docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
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