Dockerfile and 版本信息

master
Cui YongXing 2024-07-26 16:48:00 +08:00
parent 74c5dc5a9d
commit 925efff3c2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-file","/home/uploadPath"]
#拷贝执行jar报
COPY ./target/cloud-file.jar /home/app.jar
COPY ./target/cloud-modules-file.jar /home/app.jar
ENTRYPOINT ["java","-jar"]
CMD ["/home/app.jar"]