DEV Community

Discussion on: Demystifying Docker Compose

Collapse
 
geekgalgroks profile image
Jenn

That is the output from docker-compose build command when I reran it for this post.

It doesn't have to build anything for the db as it is pulling down the Postgres image (which it has cached). I have a comment about it in the docker-compose.yml section. I'll add a bit more info there.