We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff16f8 commit 9b7f049Copy full SHA for 9b7f049
xxl-mq-admin/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openjdk:7-jre-slim
+FROM openjdk:8-jre-slim
2
MAINTAINER xuxueli
3
4
ENV PARAMS=""
@@ -8,4 +8,4 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
8
9
ADD target/xxl-mq-admin-*.jar /app.jar
10
11
-ENTRYPOINT ["sh","-c","java -jar /app.jar $PARAMS"]
+ENTRYPOINT ["sh","-c","java -jar $JAVA_OPTS /app.jar $PARAMS"]
0 commit comments