Browse Source

调整

develop
H Vs 8 months ago
parent
commit
25ec50b497
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      NearCardAttendance.TcpServer/Dockerfile

+ 2
- 0
NearCardAttendance.TcpServer/Dockerfile View File

@@ -12,6 +12,8 @@ COPY ["NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj", "NearC
COPY ["NearCardAttendance.Model/NearCardAttendance.Model.csproj", "NearCardAttendance.Model/"]
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 nuget add source https://repo.huaweicloud.com/repository/nuget/v3/index.json -n huaweicloud_nuget
RUN dotnet restore "./NearCardAttendance.TcpServer/./NearCardAttendance.TcpServer.csproj"
COPY . .
WORKDIR "/src/NearCardAttendance.TcpServer"


Loading…
Cancel
Save