Skip to content

CXInc/docker-ruby-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ruby-web

A base image for Ruby web apps, which assumes nginx and puma.

Usage

docker pull cxops/ruby-web

Building

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 .