FROM maven:3.8.1-openjdk-17 MAINTAINER Herlan Septiyan RUN apk --no-cache add curl WORKDIR /app CMD ["mvn", "spring-boot:run"]