From 4a52911d1d7377e778cf77a86d9210f2d5fe7e94 Mon Sep 17 00:00:00 2001 From: zenghongyao <873884283@qq.com> Date: Fri, 20 Jun 2025 11:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dev.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dev.Dockerfile b/Dev.Dockerfile index 95fec04..8d361cb 100644 --- a/Dev.Dockerfile +++ b/Dev.Dockerfile @@ -15,6 +15,7 @@ COPY ["Directory.Build.Volo.targets", "."] COPY ["NuGet.Config", "."] COPY ["host/", "host/"] COPY ["src/", "src/"] +COPY ["SubModules/", "SubModules/"] WORKDIR /host/JiShe.IoT.HttpApi.Host