Installation docker-compose up Server: localhost:8000 Create Super User: docker-compose run app sh -c "python manage.py createsuperuser" ##Testing: docker-compose run app sh -c "python manage.py test" ##Linting: docker-compose run app sh -c " flake8"