I created a new rails 5 app but i am getting this error (web_1 | Could not locate Gemfile or .bundle/ directory) every time I run docker-compose up web... The Gemfile is on the root of my app, and both the Dockerfile and docker-compose.yml are the defaults generate by heroku docker:init.
Thanks in advance :)