I forgot to add puma in Gemfile before run docker-compose. after the docker-compose download and build all dependencies. It come up with an error that I bring in the block here.
app_1 | bundler: command not found: puma
app_1 | Install missing gem executables with `bundle install`
ibuy7_db_backup_1 exited with code 0
ibuy7_app_1 exited with code 127
How should I solve this problem. Plz help me