runtime error
Exit code: 3. Reason: INFO: Started server process [1] INFO: Waiting for application startup. ERROR: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/starlette/routing.py", line 692, in lifespan async with self.lifespan_context(app) as maybe_state: File "/home/user/.local/lib/python3.10/site-packages/starlette/routing.py", line 569, in __aenter__ await self._router.startup() File "/home/user/.local/lib/python3.10/site-packages/starlette/routing.py", line 669, in startup await handler() File "/app/api_server.py", line 27, in startup_db_client raise ValueError("WIKI_DB_PATH environment variable not set") ValueError: WIKI_DB_PATH environment variable not set ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...