Skip to content

marcogonzalo/rails-on-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published