Add Dockerfile and modify gitlab CI to build the docker

This commit is contained in:
2024-12-15 17:36:22 +03:30
parent ef8c7f2ee9
commit 811a54e24d
4 changed files with 79 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>