Browse Source

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

xuyiping 1 year ago
parent
commit
3b6eea5906
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
 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
 COPY --from=0  /app/kpt-tmr/bin/kptTmr /app/kpt-tmr/bin/kptTmr
 
 
 EXPOSE 8081
 EXPOSE 8081