Force configuration of eimp (#36)

pull/51/head
Christophe Romain 5 years ago
parent 1dde352cb8
commit b8349d15b0

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

Loading…
Cancel
Save