Skip to content
Snippets Groups Projects
Unverified Commit d37a1029 authored by kPherox's avatar kPherox Committed by GitHub
Browse files

Fix OTP_VERSION file in docker

parent b87b798c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment