Currently the code below is throwing an error (as is logical) in a docker container. ```c# builder.Services.AddSassCompiler(); ``` Maybe add a note that it isn't supported in docker container (also discovered that hot reload isn't standard enabled in a docker container).