Yi 1 year ago
parent
commit
2fea60d66d
1 changed files with 2 additions and 4 deletions
  1. 2 4
      Dockerfile

+ 2 - 4
Dockerfile

@@ -22,12 +22,10 @@ owner="yiping.xu"
 
 
 WORKDIR /app/kpt-tmr
 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
 COPY --from=0  /app/kpt-tmr/bin/kptTmr /app/kpt-tmr/bin/kptTmr
 
 
 EXPOSE 8081
 EXPOSE 8081
-VOLUME /bin/logger
+VOLUME /app/kpt-tmr/bin/logs
 
 
 CMD ["/app/kpt-tmr/bin/kptTmr"]
 CMD ["/app/kpt-tmr/bin/kptTmr"]