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