runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/aiohttp/web_urldispatcher.py", line 557, in __init__ raise ValueError("Not a directory") ValueError: Not a directory The above exception was the direct cause of the following exception: Traceback (most recent call last): File "//Status/status.py", line 56, in <module> app.add_routes(routes) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 334, in add_routes return self.router.add_routes(routes) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_urldispatcher.py", line 1200, in add_routes registered_routes.extend(route_def.register(self)) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_routedef.py", line 98, in register resource = router.add_static(self.prefix, self.path, **self.kwargs) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_urldispatcher.py", line 1124, in add_static resource = StaticResource( File "/usr/local/lib/python3.9/site-packages/aiohttp/web_urldispatcher.py", line 559, in __init__ raise ValueError(f"No directory exists at '{directory}'") from error ValueError: No directory exists at '/html'

Container logs:

Fetching error logs...