You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's probably going to be a bunch of things we need to pass to the app via CLI anyway, and it's annoying to not be able to use if __name__=='__main__'. So rather than launching the app via uvicorn directly, have the docker container run the python script, which then launches uvicorn.
The exclusion of app.py in .coveragerc file can then also be removed