Q:

docker-compose force rebuild

# Build images before starting containers.
docker-compose up --build
# Recreate containers even if configuration/image hasn't changed.
docker-compose up --force-recreate
4
docker build --no-cache -t u12_core -f u12_core .
0

New to Communities?

Join the community