|
@@ -26,6 +26,6 @@ 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
|
|
|
-VOLUME /app/kpt-tmr/bin/logs
|
|
|
+VOLUME ["/app/kpt-tmr/bin/logs","/app/kpt-tmr/bin/conf/"]
|
|
|
|
|
|
CMD ["/app/kpt-tmr/bin/kptTmr"]
|