Skip to content

Commit 76aabcc

Browse files
committed
Add restart pod instruction on README
1 parent 5a4e701 commit 76aabcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ dotnet add package Microsoft.EntityFrameworkCore.SqlServer
6464

6565
The `libman.json` file manages client-side libraries, while the `.csproj` file tracks NuGet dependencies. Both are automatically restored during development and build.
6666

67+
> **Important:** Afterward, manually press the restart button on the running Blazor pod so it picks up the newly installed dependencies.
68+
6769
### Production
6870

6971
Builds a production-ready image. During the build, dependencies are restored with `dotnet restore` and the application is published with `dotnet publish`. When the container starts, it runs:

0 commit comments

Comments
 (0)