Good Tutorial on How to Deploy and Scale a Django Application with Docker (cohesive.so) 1 points by swapyxdev 3y ago ↗ HN
[–] swapyxdev 3y ago ↗ Listing out a few more:- https://dev.to/francescoxx/dockerize-a-django-application-4f...-https://semaphoreci.com/community/tutorials/dockerizing-a-py...
[–] rlawson 3y ago ↗ 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
2 comments
[ 3.2 ms ] story [ 17.3 ms ] thread- https://dev.to/francescoxx/dockerize-a-django-application-4f...
-https://semaphoreci.com/community/tutorials/dockerizing-a-py...
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
Other than that, the rest of the article is quite nice info