初始化
parent
0cfc81bf4d
commit
a51fbaf081
|
@ -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包
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue