From 583c3b7a8a61c0357fea99a6913b8336ee5f2a9d Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 16 Dec 2025 11:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev.Dockerfile b/Dev.Dockerfile index 1fd3259..1b8a469 100644 --- a/Dev.Dockerfile +++ b/Dev.Dockerfile @@ -16,7 +16,7 @@ COPY ["Directory.Build.Volo.targets", "."] COPY ["NuGet.Config", "."] COPY ["host/", "host/"] COPY ["src/", "src/"] -COPY ["JiShe.ServicePro/", "JiShe.ServicePro/"] +COPY ["jishe.servicepro/", "jishe.servicepro/"] WORKDIR /host/JiShe.IoT.HttpApi.Host