diff --git a/Dockerfile b/Dockerfile index b9b5008..d229466 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-property","/home/uploadPath"] #拷贝执行jar包文件 -COPY ./cloud-property/target/cloud-property.jar /home/app.jar +COPY ./cloud-property-server/target/cloud-property.jar /home/app.jar #构建启动命令 ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"] diff --git a/cloud-property-server/pom.xml b/cloud-property-server/pom.xml index 99c78fe..17411c7 100644 --- a/cloud-property-server/pom.xml +++ b/cloud-property-server/pom.xml @@ -84,7 +84,7 @@ - cloud-integration + cloud-property org.springframework.boot