Skip to content

Commit

Permalink
Update RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Feb 6, 2025
1 parent 9ff16f8 commit 9b7f049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xxl-mq-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:7-jre-slim
FROM openjdk:8-jre-slim
MAINTAINER xuxueli

ENV PARAMS=""
Expand All @@ -8,4 +8,4 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

ADD target/xxl-mq-admin-*.jar /app.jar

ENTRYPOINT ["sh","-c","java -jar /app.jar $PARAMS"]
ENTRYPOINT ["sh","-c","java -jar $JAVA_OPTS /app.jar $PARAMS"]

0 comments on commit 9b7f049

Please sign in to comment.