Dockerfile更新

master
Yueng 2024-07-28 14:58:44 +08:00
parent 204f2a255b
commit a5ed1c8982
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
# 挂在工作目录 YouMoments ago · Uncommitted changes
VOLUME ["/home/logs/cloud-system","/home/uploadPath"]
VOLUME ["/home/logs/cloud-modules-system","/home/uploadPath"]
#拷贝执行jar包文件
COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-system</artifactId>
<artifactId>cloud-modules-system</artifactId>
<version>1.0.0</version>
<description>
cloud-modules-system系统模块