Skip to content

Commit

Permalink
Revert "Complete migration to Java 11 and Temurin based Docker image"
Browse files Browse the repository at this point in the history
This reverts commit 1f2df27.
  • Loading branch information
thjarvin committed Jun 12, 2024
1 parent 2b7ceb1 commit cb539d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM eclipse-temurin:11-alpine
RUN apk add --no-cache curl

ADD target/pulsar-mqtt-gateway.jar /usr/app/pulsar-mqtt-gateway.jar
ENTRYPOINT ["java", "-XX:InitialRAMPercentage=10.0", "-XX:MaxRAMPercentage=95.0", "-jar", "/usr/app/pulsar-mqtt-gateway.jar"]
ENTRYPOINT ["java", "-jar", "/usr/app/pulsar-mqtt-gateway.jar"]

0 comments on commit cb539d9

Please sign in to comment.