H Vs 9 місяці тому
джерело
коміт
a59d8c75f8
2 змінених файлів з 4 додано та 2 видалено
  1. +3
    -1
      NearCardAttendance.TcpServer/Dockerfile
  2. +1
    -1
      NearCardAttendance.TcpServer/Program.cs

+ 3
- 1
NearCardAttendance.TcpServer/Dockerfile Переглянути файл

@@ -13,7 +13,9 @@ 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 nuget add source https://repo.huaweicloud.com/repository/nuget/v3/index.json -n huaweicloud_nuget
#RUN dotnet nuget add source https://repo.huaweicloud.com/repository/nuget/v3/index.json -n huaweicloud_nuget
RUN dotnet nuget add source https://nuget.cdn.azure.cn/v3/index.json -n azure_nuget

RUN dotnet restore "NearCardAttendance.TcpServer/NearCardAttendance.TcpServer.csproj"
COPY . .
WORKDIR "/src/NearCardAttendance.TcpServer"


+ 1
- 1
NearCardAttendance.TcpServer/Program.cs Переглянути файл

@@ -12,8 +12,8 @@ using NearCardAttendance.Service.TcpServer.Mapper;
using NearCardAttendance.TcpServer.Config;
using Serilog;
using NearCardAttendance.Model;
using System.Text;
using TelpoDataService.Util.Clients;
using System.Text;

namespace NearCardAttendance.TcpServer
{


Завантаження…
Відмінити
Зберегти