I want to run Django in a simple Docker container.
First I built my container with Docker-file. There wasn\'t anything special in it (only FROM, RUN and COPY commands)>
You need to expose port 8000 in your Dockerfile and run a WSGI server like gunicorn. If you follow the steps here you should be good... https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application