Good Tutorial on How to Deploy and Scale a Django Application with Docker
1–3 of 3 posts
Re: Good Tutorial on How to Deploy and Scale a Django Application with Docker
#2Re: Good Tutorial on How to Deploy and Scale a Django Application with Docker
#3I don't think tutorials should be advocating this. Running the dev server in prod?
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
Other than that, the rest of the article is quite nice info