The old cache caused this issue, I failed to run this command the first time and docker-compose already created images which I can’t see from docker images.
Need to check from docker-compose ps, and remove all old images with this command docker-compose rm, then rebuild again.