Thank you for a quick and concise post. Since your Dockerfile is providing CMD, I understand that is what will end up running in AWS environment.
I was wondering how can one run a better wsgi server as Django doesn't recommend using manage.py runserver for production setup.
Have you found a way to do this? I can't figure out how to run a wsgi server on AWS EB with a Dockerized Django app.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thank you for a quick and concise post. Since your Dockerfile is providing CMD, I understand that is what will end up running in AWS environment.
I was wondering how can one run a better wsgi server as Django doesn't recommend using manage.py runserver for production setup.
Have you found a way to do this? I can't figure out how to run a wsgi server on AWS EB with a Dockerized Django app.