初始化

master
晨哀 2024-07-31 19:55:34 +08:00
parent 0cfc81bf4d
commit a51fbaf081
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ RUN ln -snf /usr/share/zoneinfo/$Tz /etc/localtime && echo '$TZ' > /etc/timezone
#挂载工作目录 #挂载工作目录
VOLUME ["/home/logs/cloud-modules-system"] VOLUME ["/home/logs/cloud-system"]
#拷贝执行jar包 #拷贝执行jar包

View File

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