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
|
||||
|
||||
# 挂在工作目录 You,Moments 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
|
||||
|
|
Loading…
Reference in New Issue