Skip to content

jakeipp/rails-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails-Init

Creating a new rails project

Use this repo as a template.

cd init
docker compose run --build --rm init rails new .
cd ..

Change the UID:GID to your user.

sudo chown -R 1000:1000 *
docker compose up --build -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published