Explorar o código

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

xuyiping hai 1 ano
pai
achega
52c89b4a3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -25,6 +25,6 @@ COPY --from=0 /app/kpt-tmr-group/config/*.yaml /app/kpt-tmr-group/bin/config/
 COPY --from=0  /app/kpt-tmr-group/bin/kptTmrGroup /app/kpt-tmr-group/bin/kptTmrGroup
 
 EXPOSE 8090
-VOLUME /app/kpt-tmr-group/logger
+VOLUME ["/app/kpt-tmr-group/logger","/app/kpt-tmr-group/bin/config"]
 
 CMD ["/app/kpt-tmr-group/bin/kptTmrGroup","http"]