444
This commit is contained in:
parent
428f8742ab
commit
dd89bfa023
@ -22,7 +22,7 @@ RUN mkdir -p /root/.m2 && \
|
||||
# 复制项目代码
|
||||
COPY pom.xml .
|
||||
COPY sa-admin ./sa-admin
|
||||
COPY sa-common ./sa-base
|
||||
COPY sa-base ./sa-base
|
||||
|
||||
# 构建项目
|
||||
RUN mvn clean package -Dmaven.test.skip=true -P dev
|
||||
|
||||
@ -22,7 +22,7 @@ RUN mkdir -p /root/.m2 && \
|
||||
# 复制项目代码
|
||||
COPY pom.xml .
|
||||
COPY sa-admin ./sa-admin
|
||||
COPY sa-common ./sa-base
|
||||
COPY sa-base ./sa-base
|
||||
|
||||
# 构建项目
|
||||
RUN mvn clean package -Dmaven.test.skip=true -P prod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user