From a16651b632d53f9d9cb86c7696b8ec9a26de0967 Mon Sep 17 00:00:00 2001 From: liushoushan_notebook Date: Thu, 30 Jun 2022 14:33:44 +0800 Subject: [PATCH] test docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 573d5d8..c1171f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY ["Plugins/PluginInterface/PluginInterface.csproj", "Plugins/PluginInterface COPY ["IoTGateway.DataAccess/IoTGateway.DataAccess.csproj", "IoTGateway.DataAccess/"] COPY ["WalkingTec.Mvvm/WalkingTec.Mvvm.TagHelpers.LayUI/WalkingTec.Mvvm.TagHelpers.LayUI.csproj", "WalkingTec.Mvvm/WalkingTec.Mvvm.TagHelpers.LayUI/"] COPY ["WalkingTec.Mvvm/WalkingTec.Mvvm.Mvc/WalkingTec.Mvvm.Mvc.csproj", "WalkingTec.Mvvm/WalkingTec.Mvvm.Mvc/"] - + RUN dotnet restore "IoTGateway/IoTGateway.csproj" COPY . . WORKDIR "/src/IoTGateway"