From 6eed0e51f3909a968377318fe6f64934336a3474 Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Wed, 24 Apr 2024 15:23:01 +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 8714581..4117a2a 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=utf-8", "/home/app/app.jar", "--spring.profiles.active=test"] +CMD ["java", "-Dfile.encoding=utf-8", "-jar", "/home/app/app.jar", "--spring.profiles.active=test"]