As far as I can tell, docker-compose up only builds images that don’t exist already; it will not rebuild an image whose source has changed. If you want to rebuild your image, run docker-compose build before docker-compose up.
As far as I can tell, docker-compose up only builds images that don’t exist already; it will not rebuild an image whose source has changed. If you want to rebuild your image, run docker-compose build before docker-compose up.