From bf56c974886e02410d69178825dce2ebc88038e1 Mon Sep 17 00:00:00 2001 From: Holger Bruch Date: Thu, 23 Dec 2021 14:04:43 +0100 Subject: [PATCH] Compile translations --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 500e390b8cbb1..d973091c9d56a 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/