From 541d2f49c8e717a9c5dc81b1c90b7c7cef5944db Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 25 Nov 2021 17:45:07 +0100 Subject: [PATCH] Add tzworld to the Docker image Closes #947 Signed-off-by: Thomas Citharel --- docker/production/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/production/Dockerfile b/docker/production/Dockerfile index 2a55efba9..41d64d601 100644 --- a/docker/production/Dockerfile +++ b/docker/production/Dockerfile @@ -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