From 0d91b28b7f5b855ff6eed4933656b785239bf5fa Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Wed, 24 Apr 2024 15:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AD=97=E7=AC=A6=E9=9B=86ut?= =?UTF-8?q?f-8?= 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 26b7f24..8714581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ WORKDIR /home/app COPY ./ruoyi-application/target/ruoyi-application.jar /home/app/app.jar # 执行 -CMD ["java", "-jar", "-Dfile.encoding=utf8", "/home/app/app.jar", "--spring.profiles.active=test"] +CMD ["java", "-jar", "-Dfile.encoding=utf-8", "/home/app/app.jar", "--spring.profiles.active=test"]