Build changes
Build and Push Docker Images / build (push) Successful in 5s

This commit is contained in:
2026-05-11 13:02:10 +03:00
parent e512317f33
commit 3e1ea47007
3 changed files with 435 additions and 1 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Docker.Sdk">
<Project Sdk="Microsoft.Docker.Sdk">
<PropertyGroup Label="Globals">
<ProjectGuid>81dded9d-158b-e303-5f62-77a2896d2a5a</ProjectGuid>
</PropertyGroup>
@@ -20,5 +20,11 @@
<DependentUpon>.env</DependentUpon>
</None>
<None Include="docker-compose.yml" />
<None Include="docker-compose.staging.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
<None Include="docker-compose.production.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
</ItemGroup>
</Project>