klo2k/nexus3-docker

Improve build performance - cache nexus.tar.gz and jars

klo2k opened this issue · 0 comments

klo2k commented

From #10 , we can improve build performance, by reducing the stuff we need to download every time we build.

As suggested, we can use wget instead of ADD to cache layer (ADD doesn't cache)