CI/CD初始化

master
WeiRan 2024-07-28 16:13:56 +08:00
parent d3722ac336
commit b6f32294a9
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-file","/home/uploadPath"]
#拷贝执行jar包文件
COPY ./cloud-file.jar /home/app.jar
COPY ./target/cloud-file.jar /home/app.jar
#构建启动命令
ENTRYPOINT ["java","-jar"]