Dockerfile更新
parent
204f2a255b
commit
a5ed1c8982
|
@ -13,7 +13,7 @@ ENV TZ=Asia/Shanghai
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
||||||
|
|
||||||
# 挂在工作目录 You,Moments ago · Uncommitted changes
|
# 挂在工作目录 You,Moments ago · Uncommitted changes
|
||||||
VOLUME ["/home/logs/cloud-system","/home/uploadPath"]
|
VOLUME ["/home/logs/cloud-modules-system","/home/uploadPath"]
|
||||||
|
|
||||||
#拷贝执行jar包文件
|
#拷贝执行jar包文件
|
||||||
COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar
|
COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>cloud-system</artifactId>
|
<artifactId>cloud-modules-system</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<description>
|
<description>
|
||||||
cloud-modules-system系统模块
|
cloud-modules-system系统模块
|
||||||
|
|
Loading…
Reference in New Issue