Skip to content

Commit

Permalink
Use the update:ui task rather than update:bower
Browse files Browse the repository at this point in the history
This mirrors the changes in ManageIQ/manageiq#15578
  • Loading branch information
carbonin committed Jul 31, 2017
1 parent e7e0ea0 commit d465478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/miq-app-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN mv /etc/httpd/conf.d/ssl.conf{,.orig} && \
WORKDIR ${APP_ROOT}
RUN source /etc/default/evm && \
export RAILS_USE_MEMORY_STORE="true" && \
rake update:bower && \
rake update:ui && \
bin/rails log:clear tmp:clear && \
rake evm:compile_assets && \
# Cleanup install artifacts
Expand Down
2 changes: 1 addition & 1 deletion images/miq-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN source /etc/default/evm && \
npm install bower yarn -g && \
gem install bundler --conservative && \
bundle install && \
rake update:bower && \
rake update:ui && \
bin/rails log:clear tmp:clear && \
rake evm:compile_assets && \
rake evm:compile_sti_loader && \
Expand Down

0 comments on commit d465478

Please sign in to comment.