Skip to content

Commit

Permalink
Add executable permissions to consumer jar file (#158)
Browse files Browse the repository at this point in the history
* Add executable permissions to consumer jar file
  • Loading branch information
alvarocabanas authored Feb 22, 2022
1 parent e68d7ed commit 1a853b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/consumer-producer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ COPY pom.xml pom.xml
RUN mvn clean compile package

WORKDIR /
RUN chmod +x ./target/kafka_dummy-1.0-jar-with-dependencies.jar

ENTRYPOINT ["java","-Dcom.sun.management.jmxremote","-Djava.rmi.server.hostname=localhost","-Dcom.sun.management.jmxremote.port=1088","-Dcom.sun.management.jmxremote.rmi.port=1088","-Dcom.sun.management.jmxremote.local.only=false","-Dcom.sun.management.jmxremote.authenticate=false","-Dcom.sun.management.jmxremote.ssl=false","-jar","./target/kafka_dummy-1.0-jar-with-dependencies.jar"]

0 comments on commit 1a853b0

Please sign in to comment.