|
@@ -13,7 +13,7 @@ COPY ["NearCardAttendance.Model/NearCardAttendance.Model.csproj", "NearCardAtten |
|
|
COPY ["NearCardAttendance.Common/NearCardAttendance.Common.csproj", "NearCardAttendance.Common/"] |
|
|
COPY ["NearCardAttendance.Common/NearCardAttendance.Common.csproj", "NearCardAttendance.Common/"] |
|
|
COPY ["NearCardAttendance.Service/NearCardAttendance.Service.csproj", "NearCardAttendance.Service/"] |
|
|
COPY ["NearCardAttendance.Service/NearCardAttendance.Service.csproj", "NearCardAttendance.Service/"] |
|
|
RUN dotnet nuget remove source nuget.org |
|
|
RUN dotnet nuget remove source nuget.org |
|
|
RUN dotnet restore "NearCardAttendance.TcpServer.csproj" |
|
|
|
|
|
|
|
|
RUN dotnet restore "NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj" |
|
|
COPY . . |
|
|
COPY . . |
|
|
WORKDIR "/src/NearCardAttendance.TcpServer" |
|
|
WORKDIR "/src/NearCardAttendance.TcpServer" |
|
|
RUN dotnet build "NearCardAttendance.TcpServer.csproj" -c Release -o /app/build |
|
|
RUN dotnet build "NearCardAttendance.TcpServer.csproj" -c Release -o /app/build |
|
|