parent
8b75fd0a62
commit
fa81c953d1
|
@ -16,6 +16,6 @@ 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"]
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue