fix: dockerfile update

This commit is contained in:
zerosaturation 2026-03-19 11:59:54 +08:00
parent 829cf84f69
commit 9fbce167b3
2 changed files with 2 additions and 2033 deletions

View File

@ -21,6 +21,7 @@ COPY ruoyi-notification/pom.xml ruoyi-notification/
COPY ruoyi-analytics/pom.xml ruoyi-analytics/
COPY ruoyi-workflow/pom.xml ruoyi-workflow/
COPY ruoyi-integration/pom.xml ruoyi-integration/
COPY ruoyi-verification/pom.xml ruoyi-verification/
COPY ruoyi-monitor/pom.xml ruoyi-monitor/
# 下载依赖 (利用Docker缓存层优化)
@ -41,6 +42,7 @@ COPY ruoyi-notification/src ruoyi-notification/src
COPY ruoyi-analytics/src ruoyi-analytics/src
COPY ruoyi-workflow/src ruoyi-workflow/src
COPY ruoyi-integration/src ruoyi-integration/src
COPY ruoyi-verification/src ruoyi-verification/src
COPY ruoyi-monitor/src ruoyi-monitor/src
# 执行Maven构建跳过测试以加快构建速度

File diff suppressed because one or more lines are too long