fix():修改拷贝jar包地址

yuan
yuan 2024-08-24 01:17:05 +08:00
parent 9ab3f66c78
commit c811f5ab18
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-rule","/home/uploadPath"]
#拷贝执行jar包文件
COPY ./cloud-integration-server/target/cloud-rule.jar /home/app.jar
COPY ./cloud-rule-server/target/cloud-rule.jar /home/app.jar
#构建启动命令
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]