Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Nov 11, 2024
1 parent b631736 commit e2b2aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</ItemGroup>

<ItemGroup>
<None Update="Dockerfile">
<None Update="app.pfx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="app.pfx">
<None Update="Dockerfile">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "/",
"applicationUrl": "https://[::]:4443;http://[::]:4444",
"applicationUrl": "https://[::]:4444",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit e2b2aed

Please sign in to comment.