Best practice for dockerizing a springboot app in a CICD pipeline
Context: I'm able to dockerize and run my Springboot app locally just fine with the below, following the most common recommendations of using a generated jar file to run the app via Docker. Question: Since it's bad practice to push…