添加字符集

master
张腾 2024-07-31 08:40:51 +08:00
parent f7947842e7
commit 4c5f3e0927
1 changed files with 1 additions and 1 deletions

View File

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