Fix für deploy
This commit is contained in:
parent
3e162c84b3
commit
8cac6f0f2b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue