Dockerfile更新
parent
118edcb5fa
commit
204f2a255b
|
@ -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"]
|
VOLUME ["/home/logs/cloud-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
|
||||||
|
|
Loading…
Reference in New Issue