🐛 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>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<EnableDefaultContentItems>false</EnableDefaultContentItems>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -161,5 +162,5 @@
|
||||
<ItemGroup>
|
||||
<Content Remove="Client\**" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user