Microservice-API-Patterns / LakesideMutual

Example Application for Microservice API Patterns (MAP) and other patterns (DDD, PoEAA, EIP)
Eclipse Public License 2.0
172 stars 106 forks source link

Optimize maven build phase and add volumes for maven and npm #2

Closed rhoriguchi closed 5 years ago

rhoriguchi commented 5 years ago

Reusing the .m2 dir https://hub.docker.com/_/maven#reusing-the-maven-local-repository

Use maven alpine to reduce image size

Skip maven tests for the build phase

misto commented 5 years ago

Danke!