2
0
mirror of https://github.com/processone/docker-ejabberd synced 2024-11-10 13:10:37 +00:00

Force configuration of eimp (#36)

This commit is contained in:
Christophe Romain 2019-08-01 17:50:14 +02:00
parent 1dde352cb8
commit b8349d15b0

View File

@ -11,7 +11,8 @@ WORKDIR /ejabberd
COPY vars.config . COPY vars.config .
COPY rel/*exs rel/ COPY rel/*exs rel/
RUN git checkout ${VERSION/latest/HEAD} \ RUN git checkout ${VERSION/latest/HEAD} \
&& mix deps.get && mix deps.get \
&& (cd deps/eimp; ./configure)
# Compile # Compile
RUN mix do compile, release.init, release --env=prod RUN mix do compile, release.init, release --env=prod