Hacker News new | ask | show | jobs
Good Tutorial on How to Deploy and Scale a Django Application with Docker (cohesive.so)
1 points by swapyxdev 1318 days ago
2 comments

I 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