Skip to content

Commit

Permalink
Add yarn available-languages to ui-service build
Browse files Browse the repository at this point in the history
  • Loading branch information
simaishi committed Dec 10, 2019
1 parent dbf8d2d commit 76af034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/miq-app-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RUN source /etc/default/evm && \
## Build SUI
RUN source /etc/default/evm && \
cd ${SUI_ROOT} && \
yarn install --production && \
yarn install && \
yarn run available-languages && \
yarn run build && \
yarn cache clean

Expand Down

0 comments on commit 76af034

Please sign in to comment.