Collect translation stats as part of docker container initialization

This commit is contained in:
Oliver 2021-11-26 20:43:01 +11:00
parent 0104266281
commit 5307f0f51b

View File

@ -38,5 +38,8 @@ fi
cd ${INVENTREE_HOME}
# Collect translation file stats
invoke translate-stats
# Launch the CMD *after* the ENTRYPOINT completes
exec "$@"