DEV Community

Discussion on: Dockerize the multi-services application for local development

Collapse
 
alexanderrykhlitskiy profile image
Alexander Rykhlitskiy

Thanks for great article! Just one small note. You mentioned example of running rake task

docker-compose up runner bundle exec rake db:create

Shouldn't it be "run" instead of "up"?

Collapse
 
dsalahutdinov profile image
Dmitry Salahutdinov

Yep, Alexarder, this is good point! fixed