openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Optimize build time of UI images. #122

Closed filwie closed 4 years ago

filwie commented 4 years ago

Time of subsequent builds has been reduced by 50% for production Dockerfile and even more for development one as shown in table below.

Dockerfile first build second build (after source code change)
production 113.78 63.88
development 74.26 9.00

Without proposed changes second build would take around the same as the first one. This should close #115