From a4adc39cc38b7dcba5cdacdc61e8e1af7eced627 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 16 Dec 2025 11:31:47 +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 1b8a469..1fd3259 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