Configured dashboard container basics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Aspire.AppHost.Sdk/13.1.0">
|
||||
<Project Sdk="Aspire.AppHost.Sdk/13.2.4">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
@@ -6,6 +6,13 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<UserSecretsId>9a6169c1-9a3d-41f5-b1bf-f173cf418cb5</UserSecretsId>
|
||||
<AssemblyName>Khongisa Dashboard</AssemblyName>
|
||||
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
|
||||
<ASPIRE_CONTAINER_RUNTIME>docker</ASPIRE_CONTAINER_RUNTIME>
|
||||
<ContainerImageName>aspiredashboard</ContainerImageName>
|
||||
<ContainerRegistry>nexus.khongisa.co.za</ContainerRegistry>
|
||||
<ContainerRepository>repository/docker</ContainerRepository>
|
||||
<ContainerImageTag>latest</ContainerImageTag>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user