Closed arcane-engine[bot] closed 1 week ago
This PR updates the Dockerfile to disable lifespan events in the Uvicorn command, addressing issues with Django's ASGI application.
Dockerfile
🔄 Dockerfile Changes
Modify the Uvicorn command to include --lifespan off to prevent handling unsupported lifespan events.
--lifespan off
View Dockerfile
These changes ensure compatibility with Django's ASGI application by preventing Uvicorn from attempting to handle unsupported lifespan events.
This PR updates the
Dockerfile
to disable lifespan events in the Uvicorn command, addressing issues with Django's ASGI application.🔄 Dockerfile Changes
Modify the Uvicorn command to include
--lifespan off
to prevent handling unsupported lifespan events.View Dockerfile
These changes ensure compatibility with Django's ASGI application by preventing Uvicorn from attempting to handle unsupported lifespan events.