git clone ...
git add upstream ...
...
- Clone the repo
- in folder project run command
docker-compose build
to create all necessary components - after command run
docker-compose up
to cache gems, create database and initialize server
run command docker-compose run --rm app
run command docker-compose run --rm app bundle exec rails c
you should have use complete path like ... bundle exec ...