- Ruby + Rails
- Puma
- Travis CI Integration
- Place the entire contents of your Rails project inside the
app/
folder - Inside your Gemfile add the puma gem. (
gem 'puma'
) - Add the
puma.rb
file inside theconfig/
folder to your Rails project
- Run
docker-compose build
- After building run
docker-compose up
to start up the Puma Server - In your browser go to your docker machine's IP address on port 3000 and you should see your app running