FROM openjdk:8-jre-slim COPY target/validate-order-03.jar /opt/ EXPOSE 8080 ENTRYPOINT ["java", "-jar", "/opt/validate-order-03.jar"] CMD []