From 203d7b29ef6e52b0ae26fa5c3c1bc13bc321b5dc Mon Sep 17 00:00:00 2001 From: yangpeng <3074487626@qq.com> Date: Wed, 7 Aug 2024 01:06:03 +0800 Subject: [PATCH] =?UTF-8?q?feat():=E6=9B=B4=E6=96=B0cloud-pay=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA1.0.1=E5=A2=9E=E5=8A=A0=E9=9B=86=E6=88=90rabb?= =?UTF-8?q?itMq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73940f8..56859cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file