FROM eclipse-temurin:21-jdk-jammy # build WORKDIR app COPY pom.xml . RUN mvn -f /app/pom.xml clean package -Dmaven.test.skip=true