|
@@ -22,12 +22,10 @@ owner="yiping.xu"
|
|
|
|
|
|
WORKDIR /app/kpt-tmr
|
|
|
|
|
|
-RUN ls -l /app/kpt-tmr/config
|
|
|
-
|
|
|
-COPY --from=0 /app/kpt-tmr/config/*.ini /app/kpt-tmr/bin/config/
|
|
|
+COPY --from=0 /app/kpt-tmr/conf/*.ini /app/kpt-tmr/bin/conf/
|
|
|
COPY --from=0 /app/kpt-tmr/bin/kptTmr /app/kpt-tmr/bin/kptTmr
|
|
|
|
|
|
EXPOSE 8081
|
|
|
-VOLUME /bin/logger
|
|
|
+VOLUME /app/kpt-tmr/bin/logs
|
|
|
|
|
|
CMD ["/app/kpt-tmr/bin/kptTmr"]
|