Skip to content

Commit 9b7f049

Browse files
committed
Update RM
1 parent 9ff16f8 commit 9b7f049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xxl-mq-admin/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:7-jre-slim
1+
FROM openjdk:8-jre-slim
22
MAINTAINER xuxueli
33

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

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

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

0 commit comments

Comments
 (0)