I have a simple Java Spring boot application. Following are my dockerfile and docker-compose file
COPY ./pom.xml ./pom.xml RUN mvn dependency:go-offline -B C