Explorar el Código

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

xuyiping hace 1 año
padre
commit
3b6eea5906
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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