I am building a Django app to run using Docker.
In the docker-compose.yml file, I am using volumes to save changes.
services: web: build: . c