WebRootPath was not found

Hello,

I have a selfhosted unified beta version (last version of today) installed on my docker and all seems to be working fine.

However, I’ve just seen that I have 2 identical warning messages in the logs:

2025-06-12 20:24:02.726 +02:00 [INF] Api started.
warn: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[16]
The WebRootPath was not found: /app/Api/wwwroot. Static files may be unavailable.

and

2025-06-12 20:34:53.327 +02:00 [INF] Identity started.
warn: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[16]
The WebRootPath was not found: /app/Identity/wwwroot. Static files may be unavailable.

Checking shows that the respective folders don’t exist in the container. Now, how important are they? Do I need to add specific Volume (not requested in the doc)? Is this a bug?

Any information will be welcome and appreciated,