Dockerized MERN app with Hot Reloading and nodeJS.
To delete all containers including its volumes use, To delete all the images,Remove all unused containers, volumes, networks and images
docker rm -vf
- in docker-compose only .env works, other are omitted. details: here => docker/compose#4670