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.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
May be a comment on would help further
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.