micro-fan / aiozk

Asyncio client for zookeeper
MIT License
49 stars 20 forks source link

fan_wait command not found #42

Closed rhdxmr closed 4 years ago

rhdxmr commented 4 years ago

When I run docker-compose up, this message is printed and aiozk_diag_1 container exited.

diag_1     | bash: fan_wait: command not found
aiozk_diag_1 exited with code 127
cybergrind commented 4 years ago

@rhdxmr, yeah, it was a package update and it should be fine if you re-build container with docker-compose build If it not, do you mind to build container and check if you have it by path /usr/local/bin/fan_wait?

rhdxmr commented 4 years ago

@cybergrind docker-compose build solved the problem. thanks.