practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
901 stars 360 forks source link

docker compose not found error when run ./db-migrate.sh #57

Closed leminhds closed 2 years ago

leminhds commented 2 years ago

after building the container, I run the next line, "./db-migrate.sh" but receiving the message ./db-migrate.sh: 2: docker-compose: not found

kimfalk commented 2 years ago

Did you do the first step first?

docker-compose build web