Skip to content

meetwalter/ruby-based-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is our Docker base image for Ruby-powered web services.

It assumes the following things about your Ruby application:

  • It is Rack based, with a well-formed config.ru at the root of your repository; and
  • it has three configurations: development, test, and production.

It also assumes that you will standup containers with the following environment:

  • RACK_ENV is set to one of the aforementioned configurations.

About

Docker base image for Ruby-powered web services.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published