/rails-on-docker

Minimal repo to start a dockerized Rails app from scratch without any local dependency.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

rails-on-docker

Minimal repo to start a dockerized Rails app from scratch without any local dependency.

Create a new rails project

Build the images

docker compose build

Enter into container to create the rails project

docker compose app bash
rails new .

Launch the container

docker compose up