Skip to content

Commit

Permalink
Merge pull request #31 from HSLdevcom/develop
Browse files Browse the repository at this point in the history
Revert "Complete migration to Java 11 and Temurin based Docker image"
  • Loading branch information
thjarvin authored Jun 13, 2024
2 parents 941e185 + cb539d9 commit 27acc41
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 27acc41

Please sign in to comment.