You will only need docker and docker-compose to run the application.
- docker (>= 17.12.0)
- docker-compose (>= 1.18)
git clone https://github.com/Yardboy/sinatra-docker.git
cp .env.example .env
bin/dev build
bin/dev up
bin/dev bash
bin/dev server
bin/dev rubocop