parent
4e2550331d
commit
f0e81ec0e1
|
@ -15,5 +15,5 @@ VOLUME ["/home/logs/cloud-system"]
|
|||
COPY ./target/cloud-system.jar /home/app.jar
|
||||
|
||||
#构建项目启动命令
|
||||
ENTRYPOINT ["java","-jar"]
|
||||
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
|
||||
CMD ["/home/app.jar"]
|
7
pom.xml
7
pom.xml
|
@ -5,11 +5,14 @@
|
|||
<parent>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-server-parent</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<version>3.6.4</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<version>3.6.3</version>
|
||||
|
||||
<artifactId>cloud-system</artifactId>
|
||||
|
||||
<version>1.0.0</version>
|
||||
|
||||
<description>
|
||||
cloud-modules-system系统模块
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue