chore: configure Maven to use Aliyun mirror
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
FROM maven:3.9-eclipse-temurin-17 AS build
|
||||
WORKDIR /app
|
||||
|
||||
# 配置 Maven 使用阿里云镜像源
|
||||
COPY settings.xml /usr/share/maven/conf/settings.xml
|
||||
|
||||
# 复制项目源码
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user