Add tzworld to the Docker image

Closes #947

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-11-25 17:45:07 +01:00 committed by tykayn
parent e03a09da45
commit 796f03f8fa
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ COPY rel ./rel
COPY support ./support
COPY --from=assets ./priv/static ./priv/static
RUN mix phx.digest.clean --all \
RUN mix tz_world.update \
&& mix phx.digest.clean --all \
&& mix release
# Finally setup the app