diff --git a/Dockerfile b/Dockerfile index ebbdabd..5a3bc04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone VOLUME ["/home/logs/cloud-system"] #拷贝执行jar包文件 -COPY ./target/cloud-modules-system.jar /home/app.jar +COPY /home/deploy/system/target/cloud-modules-system.jar /home/app.jar #构建启动命令 ENTRYPOINT ["java","-jar"]