elgris / microservice-app-example

Example of polyglot microservice app
MIT License
1.39k stars 333 forks source link

Update `How to start` (README.md) #8

Closed techmexdev closed 6 years ago

techmexdev commented 6 years ago

Adding the flag build builds the images before attempting to run the services.

Not doing so creates this error: WARNING: Image for service todos-api was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.

elgris commented 6 years ago

taken, thanks