chore: setup initial docker development

This commit is contained in:
Stevan Freeborn
2024-04-03 12:02:00 -05:00
parent dd092738aa
commit 6e090f9b4b
15 changed files with 122 additions and 61 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>16b1dba7-29d0-466e-bd34-16d8018898eb</UserSecretsId>
</PropertyGroup>
<ItemGroup>