diff options
author | kPherox <admin@mail.kr-kp.com> | 2020-04-10 00:19:09 +0900 |
---|---|---|
committer | kPherox <admin@mail.kr-kp.com> | 2020-04-10 00:22:50 +0900 |
commit | 0e8f6d24b87812664d3bb021d17f120686cf2401 (patch) | |
tree | 615a498c51dba10404d418f09ffa890249f35e2e /Dockerfile | |
parent | d37a102933dbfbb0996546b4d148bbe36fbd4220 (diff) | |
download | pleroma-0e8f6d24b87812664d3bb021d17f120686cf2401.tar.gz pleroma-0e8f6d24b87812664d3bb021d17f120686cf2401.zip |
Create OTP_VERSION file by `mix release`
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index c2f3ad98c..29931a5e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |