How to set up this project
Docker file only
$ docker build -t mydjangoapp .
this command take the info into Dockerfile and build and image
Note: if you want to use docker compose don't run this command
$ docker-compose up -d
docker compose build the image and contaiers