FROM python:3.8.2 RUN pip install django WORKDIR /app RUN django-admin startproject config . CMD ["python","manage.py","runserver","8080"]