Browse Source

修改docker配置

zq940222 2 months ago
parent
commit
2c1980ca93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -18,7 +18,7 @@ ENV JAVA_OPTS ${JAVA_OPTS}
 # 远程调试参数: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5001
 
 # copy arthas
-COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
+#COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
 
 # 添加jar包到容器中
 ADD ${APP_JAR} /home/