Changes
Build and Push Docker Images / build (push) Failing after 2s

This commit is contained in:
2026-05-06 19:10:06 +03:00
parent 9db4fa8de7
commit fce3e881e8
13 changed files with 553 additions and 843 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
@@ -79,5 +79,6 @@
<ItemGroup>
<ProjectReference Include="..\rag-api-models\rag-api-models.csproj" />
<ProjectReference Include="..\shared-models\shared-models.csproj" />
</ItemGroup>
<ProjectReference Include="..\startup-helpers\startup-helpers.csproj" />
</ItemGroup>
</Project>