From efc86af5a6852987a86a09f4e307432ccabb7c6e Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 20 Sep 2025 13:25:37 +0200 Subject: Compiled translation when building the docker image (#2199) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index efb4253f..e91f1bf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,5 +45,7 @@ RUN apt-get update \ # copy project COPY . . +RUN python -m django compilemessages + # ENTRYPOINT is specified only in the local docker-compose.yml to avoid # accidentally running it in deployed environments. -- cgit v1.3