FROM openjdk:11-jre-slim COPY target/streams-deduplicator-*.jar /opt/app.jar EXPOSE 8080 CMD ["java", "-jar", "/opt/app.jar"]