From 91f5f5335dc146a864b99806b098c3d46823d483 Mon Sep 17 00:00:00 2001 From: H Vs Date: Thu, 29 Feb 2024 11:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NearCardAttendance.TcpServer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NearCardAttendance.TcpServer/Dockerfile b/NearCardAttendance.TcpServer/Dockerfile index a31a8db..5dfd698 100644 --- a/NearCardAttendance.TcpServer/Dockerfile +++ b/NearCardAttendance.TcpServer/Dockerfile @@ -13,7 +13,7 @@ COPY ["NearCardAttendance.Model/NearCardAttendance.Model.csproj", "NearCardAtten COPY ["NearCardAttendance.Common/NearCardAttendance.Common.csproj", "NearCardAttendance.Common/"] COPY ["NearCardAttendance.Service/NearCardAttendance.Service.csproj", "NearCardAttendance.Service/"] RUN dotnet nuget remove source nuget.org -RUN dotnet restore "NearCardAttendance.TcpServer.csproj" +RUN dotnet restore "NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj" COPY . . WORKDIR "/src/NearCardAttendance.TcpServer" RUN dotnet build "NearCardAttendance.TcpServer.csproj" -c Release -o /app/build