Listing out a few more:<p>- <a href="https://dev.to/francescoxx/dockerize-a-django-application-4fa" rel="nofollow">https://dev.to/francescoxx/dockerize-a-django-application-4f...</a><p>-<a href="https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application" rel="nofollow">https://semaphoreci.com/community/tutorials/dockerizing-a-py...</a>
I don't think tutorials should be advocating this. Running the dev server in prod?<p>CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]<p>Other than that, the rest of the article is quite nice info