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
parent e81db2e643
commit 541d2f49c8
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
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