浏览代码

docker: add config

Yi 1 年之前
父节点
当前提交
2567b466b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/* /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