Browse Source

Merge branch 'feature/bug-list' of xuyiping/kpt-tmr-group into develop

xuyiping 1 year ago
parent
commit
20a7d1b185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -21,7 +21,7 @@ owner="yiping.xu"
 WORKDIR /app/kpt-tmr-group
 
 
-COPY --from=0 /app/kpt-tmr-group/config/*.yaml /app/kpt-tmr-group/bin/config/
+COPY --from=0 /app/kpt-tmr-group/config/ /app/kpt-tmr-group/bin/config/
 COPY --from=0  /app/kpt-tmr-group/bin/kptTmrGroup /app/kpt-tmr-group/bin/kptTmrGroup
 
 EXPOSE 8090