Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 382 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 382 Bytes

docker_build_optimized

This is a maven project with module dependency. The project focuses on creating a dockerfile so that building a image is faster when there is only code changes in the module. As the docker reuses the layers to build a image, the same concept is used to optimize the build. However, there is no optimization when there is a dependency change in the pom file