File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-ext
3535# copy arthas
3636COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
3737
38- COPY --from=build /target/SpringCloudGateway.jar /app/target/SpringCloudGateway.jar
38+ COPY --from=build /app/ target/SpringCloudGateway.jar /app/target/SpringCloudGateway.jar
3939# COPY ./target/SpringCloudGateway.jar /app/target/SpringCloudGateway.jar
4040
4141EXPOSE 20000
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ cd "$(dirname "$0")"
1010./B/build.sh
1111./C/build.sh
1212./ZuulGateway/build.sh
13- ./SpringCloudway /build.sh
13+ ./SpringCloudGateway /build.sh
1414./mysql/build.sh
Original file line number Diff line number Diff line change 11# 镜像地址的前缀
2- registry : registry.cn-hangzhou.aliyuncs.com/mse-demo-hz /
2+ registry : registry.cn-hangzhou.aliyuncs.com/mse-governance-demo /
33
44images :
55 version : 3.0.1
You can’t perform that action at this time.
0 commit comments