I have a conceptual question here: I am looking to deploy a Django application on an Elastic Beanstalk (which I have successfully done previously) using Docker (which I have not succeeded yet). I know that the Elastic Beanstalk image created with Docker uses Ngnix, with which I already deployed Django, but I lost it a bit by doing this on the Elastic Beanstalk. I used Amazon documentation and successfully deployed a Dockerfile to use elastic beanstalk using my code, but I still need this to happen on my own. Has anyone been successful with this? Can someone point me in the right direction to find out how to accomplish this particular task? Thanks you
AndrewSmiley
source share