Skip to content

walterlongoneto/docker-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Rails

Bootstrap Rails project.

Docker config with gems cache on volume.

Installation

Initialize Gemfile on src dir with:

source 'https://rubygems.org'
gem 'rails'

Run on src dir:

docker-compose run web bundle install
docker-compose run web rails new .

About

Docker config to bootstrap Rails project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors