You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/01/04 15:03:06 UTC

[superset] branch master updated: Compile translations (#17877)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e0bd937  Compile translations (#17877)
e0bd937 is described below

commit e0bd9379c83cbcf8aed394c2d27037eb86c791f7
Author: Holger Bruch <hb...@mfdz.de>
AuthorDate: Tue Jan 4 16:01:42 2022 +0100

    Compile translations (#17877)
---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 500e390..d973091 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/