Skip to content

Commit 1b174ba

Browse files
committed
fix build
1 parent 59a799e commit 1b174ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mse-simple-demo/SpringCloudGateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-ext
3535
# copy arthas
3636
COPY --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

4141
EXPOSE 20000

mse-simple-demo/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

mse-simple-demo/helm/mse-simple-demo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 镜像地址的前缀
2-
registry: registry.cn-hangzhou.aliyuncs.com/mse-demo-hz/
2+
registry: registry.cn-hangzhou.aliyuncs.com/mse-governance-demo/
33

44
images:
55
version: 3.0.1

0 commit comments

Comments
 (0)