DEV Community

Discussion on: Deploying Your First Dockerized Django REST API on AWS Elastic Beanstalk: A Comprehensive Guide

Collapse
 
ravindradeoray profile image
1800Infotech.com

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.

Collapse
 
ornulfr profile image
Bera Çobanoğlu

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.