修改pom打包名
parent
2587d6aeea
commit
5cb78687fd
|
@ -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"]
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>cloud-integration</finalName>
|
||||
<finalName>cloud-property</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
Loading…
Reference in New Issue