构建utf-8

master
zzh 2024-07-27 11:06:01 +08:00
parent c3d62837b3
commit 61b5c8748d
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ VOLUME ["/home/logs/cloud-gateway"]
COPY ./target/cloud-gateway.jar /home/app.jar
#构建启动命令
ENTRYPOINT ["java","-jar"]
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
CMD ["/home/app.jar"]