Skip to content

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
close #78
  • Loading branch information
tchiotludo committed Jun 5, 2019
1 parent 1465d10 commit ef2f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app/kafkahq
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ do
JAVA_OPTS="${JAVA_OPTS} ${JVM_OPT}"
done

/usr/bin/java ${JAVA_OPTS} -jar /app/kafkahq.jar
/usr/local/openjdk-11/bin/java ${JAVA_OPTS} -jar /app/kafkahq.jar

0 comments on commit ef2f845

Please sign in to comment.