Skip to content
Snippets Groups Projects
Commit e84c0450 authored by lain's avatar lain
Browse files

Merge branch 'fix-otp-version-file-in-docker' into 'develop'

Add OTP_VERSION file to docker

Closes #1662

See merge request pleroma/pleroma!2361
parents b87b798c d37a1029
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