arc-eng / studio

Arcane Studio is a collection of productivity-boosting tools built on top of the Arcane Engine.
https://arcane.engineer/studio/
MIT License
0 stars 2 forks source link

🔧 Update Dockerfile to Disable Uvicorn Lifespan Events #53

Closed arcane-engine[bot] closed 1 week ago

arcane-engine[bot] commented 1 week ago

This PR updates the Dockerfile to disable lifespan events in the Uvicorn command, addressing issues with Django's ASGI application.

🔄 Dockerfile Changes

These changes ensure compatibility with Django's ASGI application by preventing Uvicorn from attempting to handle unsupported lifespan events.