From d717bff84da7d83d86746e95c517233a4c2964ce 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 529a796fbf3c0..27c8d3371a1c1 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/