forked from AkkomaGang/akkoma
Merge branch 'fix-otp-version-file-in-docker' into 'develop'
Add OTP_VERSION file to docker Closes #1662 See merge request pleroma/pleroma!2361
This commit is contained in:
commit
e84c0450bf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue