jeffbski / wait-on

wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
MIT License
1.87k stars 77 forks source link

wait-on: command not found using CLI docker-compose #125

Open herrouhajar opened 2 years ago

herrouhajar commented 2 years ago

After installing wait-on using : sudo npm i wait-on to run server and some e2e tests, i get : command not found each time executing this CLI :

docker-compose run e2e npx serve -p 8080 & wait-on http://localhost:8000 && npx codeceptjs run --steps

Any idea @jeffbski about that issue ??

pdiniz13 commented 2 years ago

having the same issue here as well