Update tzworld at runtime

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-18 16:05:45 +02:00
parent 312e71d3ec
commit 0792bf5445
6 changed files with 21 additions and 12 deletions

View File

@@ -16,8 +16,7 @@ COPY mix.exs mix.lock ./
ENV MIX_ENV=prod
RUN mix local.hex --force \
&& mix local.rebar --force \
&& mix deps.get \
&& mix tz_world.update
&& mix deps.get
COPY lib ./lib
COPY priv ./priv