Dockerfile更新
parent
a5ed1c8982
commit
cf8cbf5229
|
@ -16,7 +16,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
||||||
VOLUME ["/home/logs/cloud-modules-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 ./target/cloud-modules-system.jar /home/app.jar
|
||||||
|
|
||||||
#构建启动命令
|
#构建启动命令
|
||||||
ENTRYPOINT ["java","-jar"]
|
ENTRYPOINT ["java","-jar"]
|
||||||
|
|
Loading…
Reference in New Issue