dockerfile修复

master
李东佳 2024-08-09 00:10:53 +08:00
parent 9eb5d78c54
commit 40ed49cee4
1 changed files with 1 additions and 1 deletions

View File

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