patrickbrandt / documentizer

a reference architecture and example for document storage in DynamoDB and ElasticSearch
2 stars 0 forks source link

ctrl^c doesn't always stop the running api container #3

Open patrickbrandt opened 6 years ago

patrickbrandt commented 6 years ago

Sometimes pressing ctrl^c will stop the container for the api service and sometimes it won't: image When the container is not properly stopped, you'll see an "Aborting" message after pressing ctrl^c.

If ctrl^c doesn't stop the container, then an additional cleanup command needs to be run from the terminal:

docker-compose stop api
patrickbrandt commented 6 years ago

This won't be as problematic once https://github.com/patrickbrandt/documentizer/issues/2 is implemented (Hot Module Reloading)