FROM openjdk:8-jre-slim COPY target/validate-user-04-0-SNAPSHOT.jar /opt/ EXPOSE 8080 CMD ["java", "-jar", "/opt/validate-user-04-0-SNAPSHOT.jar"]