项目启动字符集
parent
83c6d1328c
commit
120173a500
|
@ -19,5 +19,5 @@ VOLUME ["/home/logs/cloud-gateway","/home/uploadPath"]
|
||||||
COPY ./target/cloud-gateway.jar /home/app.jar
|
COPY ./target/cloud-gateway.jar /home/app.jar
|
||||||
|
|
||||||
#构建启动命令
|
#构建启动命令
|
||||||
ENTRYPOINT ["java","-jar"]
|
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
|
||||||
CMD ["/home/app.jar"]
|
CMD ["/home/app.jar"]
|
||||||
|
|
Loading…
Reference in New Issue