diff --git a/docker/init.sh b/docker/init.sh index b598a3ee79..7622806d0f 100644 --- a/docker/init.sh +++ b/docker/init.sh @@ -38,5 +38,8 @@ fi cd ${INVENTREE_HOME} +# Collect translation file stats +invoke translate-stats + # Launch the CMD *after* the ENTRYPOINT completes exec "$@"