Skip to content

Commit

Permalink
Compile translations (apache#17877)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch authored and bwang221 committed Feb 10, 2022
1 parent 125315c commit d717bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit d717bff

Please sign in to comment.