Fix für deploy
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="wwwroot\nomen.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.0" />
|
||||
<PackageReference Include="MudBlazor" Version="6.0.7" />
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
string text = File.ReadAllText("nomen.txt");
|
||||
string text = File.ReadAllText("./wwwroot/nomen.txt");
|
||||
string[] splitArray = text.Split(",");
|
||||
|
||||
foreach(var w in splitArray)
|
||||
|
||||
Reference in New Issue
Block a user