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