Add tz_world.update to release scripts

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-15 15:59:08 +02:00
parent 88e9ae8214
commit d2ccc21f91
2 changed files with 3 additions and 2 deletions

View File

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