From e0bd9379c83cbcf8aed394c2d27037eb86c791f7 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Tue, 4 Jan 2022 16:01:42 +0100 Subject: [PATCH] Compile translations (#17877) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 500e390b8..d973091c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,7 +104,8 @@ COPY superset /app/superset COPY setup.py MANIFEST.in README.md /app/ RUN cd /app \ && chown -R superset:superset * \ - && pip install -e . + && pip install -e . \ + && flask fab babel-compile --target superset/translations COPY ./docker/run-server.sh /usr/bin/