rebuild container docker code example
Example: docker rebuild single container
# this will only build a single container, instead of rebuilding all the containers
docker compose build <service_name>
docker compose up
# this will only build a single container, instead of rebuilding all the containers
docker compose build <service_name>
docker compose up