Compile translations (#17877)

This commit is contained in:
Holger Bruch
2022-01-04 16:01:42 +01:00
committed by GitHub
parent 699141745a
commit e0bd9379c8

View File

@@ -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/