A base image for Ruby web apps, which assumes nginx and puma.
docker pull cxops/ruby-web
git clone [email protected]:CXInc/docker-ruby-web.git
cd docker-ruby-web
# Bump this incremental ID for each change in the image
docker build -t cxops/ruby-web:1 .