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