wars2k / booktracker

Selfhosted app for organizing your library and tracking your reading habits.
MIT License
42 stars 1 forks source link

Switch from Nginx to ASP.NET Core UseStaticFiles #3

Closed wars2k closed 1 year ago

wars2k commented 1 year ago

This commit removes the need for an external web server by using the built in ASP.NET Core UseStaticFiles functionality. This greatly simplifies the Dockerfile, makes the docker image smaller, and makes development easier.