feat: Исправлены docker файлы
This commit is contained in:
@@ -5,6 +5,8 @@ using PARR.AIHITMainLoader.Context;
|
||||
using PARR.AIHITMainLoader.Services;
|
||||
using PARR.AIHITMainLoader.Settings;
|
||||
using PARR.BLL;
|
||||
using PARR.Core;
|
||||
using PARR.Infrastructure;
|
||||
|
||||
namespace PARR.AIHITMainLoader
|
||||
{
|
||||
@@ -13,6 +15,8 @@ namespace PARR.AIHITMainLoader
|
||||
public static void InstallAihitMainLoaderServices(this IServiceCollection services, IConfiguration configuration)
|
||||
{
|
||||
services.InstallBllServices(configuration);
|
||||
services.AddCoreServices(configuration);
|
||||
services.AddInfrastructureServices(configuration);
|
||||
|
||||
var settings = new WorkerSettings();
|
||||
configuration.GetSection(nameof(WorkerSettings)).Bind(settings);
|
||||
|
||||
Reference in New Issue
Block a user