/docker-rails

Docker config to bootstrap Rails project

Primary LanguageDockerfile

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 rails new .