$docker-compose up --build
What compose command do?
The "docker-compose up --build" command is used to build and start a Docker container with the services defined in a Docker Compose file.
The "--build" flag tells Docker Compose to build any images that are not yet built or h...
laiba.hashnode.dev3 min read