Browse Source

圣牧模板文件上传

baishaojie 1 year ago
parent
commit
bb428490ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -26,7 +26,7 @@ RUN ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
 && echo "Asia/Shanghai" > /etc/timezone \
 
 COPY --from=0 /app/kpt-tmr/conf/ /app/kpt-tmr/bin/conf/
-COPY --from=0 /app/kpt-tmr/uploads /app/kpt-tmr/uploads
+COPY --from=0 /app/kpt-tmr/uploads /app/kpt-tmr/bin/uploads
 COPY --from=0  /app/kpt-tmr/bin/kptTmr /app/kpt-tmr/bin/kptTmr
 
 EXPOSE 8081