Every single time I have to set up Docker for a new web server I forget a couple key things on how to set it up. This little post is mostly a note ...
For further actions, you may consider blocking this person and/or reporting abuse
Great breakdown of the problem. I hope I remember it next time I'm scratching my head over docker.
Yup - as I explain at the beginning of the post, this was a quick and dirty solution to get around an operating system limitation, not a tutorial on production-like builds. Also, fwiw, I would recommend using uvicorn over gunicorn since it supports both wsgi and asgi.
OMG! You save my evening! Thanks!