mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Compile translations (#17877)
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user