@@ -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/