Add Dockerfile and NuGet config for containerization

This commit is contained in:
masoodafar-web
2025-12-06 23:10:07 +03:30
parent 13e33e7b1f
commit d7ae666468
3 changed files with 63 additions and 0 deletions

View File

@@ -36,4 +36,9 @@
<ProjectReference Include="..\Protobufs\FrontOffice.BFF.ClubMembership.Protobuf\FrontOffice.BFF.ClubMembership.Protobuf.csproj" />
<ProjectReference Include="..\Protobufs\FrontOffice.BFF.NetworkMembership.Protobuf\FrontOffice.BFF.NetworkMembership.Protobuf.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>
</Project>