symfony-docker
symfony-docker copied to clipboard
Docker cache issue
Today as I deployed, I had a problem with a dependency during cache warmup after upgrading to 6.0. Our dependency was updated in the source code but some layer issues made our service unusable until I stopped and remove the docker container. The production deployment guide may specify to use --no-cache in order to avoid this issue maybe? Otherwise, --force-recreate, I'm not sure as I solved it without docker-compose