소스 검색

refactor: setting.xml更新

fanyanpeng 1 년 전
부모
커밋
9419ed4e67
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -7,6 +7,7 @@ WORKDIR /app
 # Copy the pom.xml and the project files to the container
 COPY pom.xml .
 COPY src ./src
+COPY settings.xml /usr/share/maven/ref/
 # Build the application using Maven
 RUN mvn clean package -DskipTests