Showing
1 changed file
with
1 additions
and
1 deletions
@@ -8,7 +8,7 @@ ENV SPRING_PROFILES_ACTIVE prod | @@ -8,7 +8,7 @@ ENV SPRING_PROFILES_ACTIVE prod | ||
8 | ENV XMX 1300M | 8 | ENV XMX 1300M |
9 | ENV XMS 1300M | 9 | ENV XMS 1300M |
10 | # 打包的路径, | 10 | # 打包的路径, |
11 | -COPY target/yoho-fullsync*.jar /opt/yoho-fullsync.jar | 11 | +COPY starter/target/yoho-fullsync.jar /opt/yoho-fullsync.jar |
12 | 12 | ||
13 | VOLUME /Data/logs/yoho-fullsync | 13 | VOLUME /Data/logs/yoho-fullsync |
14 | 14 |
-
Please register or login to post a comment