Dockerfile and 版本信息
parent
74c5dc5a9d
commit
925efff3c2
|
@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
||||||
VOLUME ["/home/logs/cloud-file","/home/uploadPath"]
|
VOLUME ["/home/logs/cloud-file","/home/uploadPath"]
|
||||||
|
|
||||||
#拷贝执行jar报
|
#拷贝执行jar报
|
||||||
COPY ./target/cloud-file.jar /home/app.jar
|
COPY ./target/cloud-modules-file.jar /home/app.jar
|
||||||
|
|
||||||
ENTRYPOINT ["java","-jar"]
|
ENTRYPOINT ["java","-jar"]
|
||||||
CMD ["/home/app.jar"]
|
CMD ["/home/app.jar"]
|
||||||
|
|
Loading…
Reference in New Issue