DEV Community

Discussion on: Demystifying Docker Compose

Collapse
 
killrazor profile image
Tyler Christian

You could instead use a volume in docker-compose

Thread Thread
 
geekgalgroks profile image
Jenn

It wouldn't change the need to rebuild and rerun bundler if the gemfiles changed. I always prefer to rebuild the container when updating gemfiles. I don't want my docker-compose file to get out of sync with what happens in my container.