Skip to content

Commit

Permalink
Merge pull request #356 from simaishi/sui_install_cmd
Browse files Browse the repository at this point in the history
[IVANCHUK] Add yarn available-languages to ui-service build
  • Loading branch information
carbonin authored Dec 10, 2019
2 parents dbf8d2d + 76af034 commit 07b5e91
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 07b5e91

Please sign in to comment.