fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.04k stars 1.5k forks source link

[BUG] [V2] Application Shutdown on docker version. #974

Closed maxiar closed 1 month ago

maxiar commented 1 month ago

After Commit 5a21f1a (added profile picture), when the webapi docker is generated and try to startup we get the errors:

[02:18:35 FTL] /app/assets/ [02:18:35 INF] server shutting down..

May be something is missing to include the assets folder.

Thanks!

iammukeshm commented 1 month ago

this has been fixed. please re-check and close this ticket.

maxiar commented 1 month ago

Perfect! It's work fine!