소스 검색

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 년 전
부모
커밋
3b6eea5906
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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