splitter: 1.0.0-spring-ingetration - fixed the ordering of the messages
[demos/kafka/wordcount] / Dockerfile
index 9c0b843..803477f 100644 (file)
@@ -1,5 +1,5 @@
 FROM openjdk:11-jre-slim
 COPY target/*.jar /opt/app.jar
-EXPOSE 8081
+EXPOSE 8086
 ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
 CMD []