From 64b8bfdfccf02f59e45992e47517e01381c002ab Mon Sep 17 00:00:00 2001 From: ls Date: Thu, 13 Feb 2025 09:33:14 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31b15be..13b87f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM registry.cn-shanghai.aliyuncs.com/physical/maven:3.9.8-eclipse-temurin-17 AS build WORKDIR /app - +RUN rm -rf /root/.m2/settings.xml COPY settings.xml /root/.m2/settings.xml #ADD pom.xml /app