Browse Source

project: cicd 8

Yi 1 year ago
parent
commit
9e695bd417
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -22,7 +22,7 @@ owner="yiping.xu"
 
 WORKDIR /app/kpt-tmr
 
-COPY --from=0 /app/kpt-tmr/conf/*.ini /app/kpt-tmr/bin/conf/
+COPY --from=0 /app/kpt-tmr/conf/* /app/kpt-tmr/bin/conf/
 COPY --from=0  /app/kpt-tmr/bin/kptTmr /app/kpt-tmr/bin/kptTmr
 
 EXPOSE 8081