From 6a7bc0f0c7e09a2e29b1d9141a3ec41f50b4faee Mon Sep 17 00:00:00 2001 From: wangjx <1609724385@qq.com> Date: Thu, 24 Jun 2021 23:39:37 +0800 Subject: [PATCH] =?UTF-8?q?nacos=E6=8C=81=E4=B9=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba32460d..65cc8f03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,20 +2,14 @@ FROM java:8 MAINTAINER king <1609724385@qq.com> VOLUME /tmp -#COPY sentinel-core/target/sentinel-core.jar core.jar -#COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas -ENV TimeZone=Asia/Shanghai -ENV active=test -ENV JAVA_OPTS="-Xmx512M -Xms512M" -RUN ln -snf /usr/share/zoneinfo/$TimeZone /etc/localtime && echo $TimeZone > /etc/timezone #EXPOSE 8098 COPY sentinel-dashboard/target/sentinel-dashboard.jar app.jar COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas -#ENV TimeZone=Asia/Shanghai -#ENV active=test -#ENV JAVA_OPTS="-Xmx512M -Xms512M" -#RUN ln -snf /usr/share/zoneinfo/$TimeZone /etc/localtime && echo $TimeZone > /etc/timezone +ENV TimeZone=Asia/Shanghai +ENV active=test +ENV JAVA_OPTS="-Xmx512M -Xms512M" +RUN ln -snf /usr/share/zoneinfo/$TimeZone /etc/localtime && echo $TimeZone > /etc/timezone #EXPOSE 8098 #ENTRYPOINT java $JAVA_OPTS -jar /core.jar --spring.profiles.active=$active