🐛 Trying to fix pass
This commit is contained in:
4
DysonNetwork.Pass/.dockerignore
Normal file
4
DysonNetwork.Pass/.dockerignore
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
/wwwroot/dist/
|
||||||
|
**/bin/
|
||||||
|
**/obj/
|
||||||
|
**/node_modules/
|
@@ -4,6 +4,7 @@
|
|||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<EnableDefaultContentItems>false</EnableDefaultContentItems>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -161,5 +162,5 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Remove="Client\**" />
|
<Content Remove="Client\**" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Reference in New Issue
Block a user