Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 338 Bytes

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 .