Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 313 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 313 Bytes

Quickly create a new Rails 7 app using Docker

  • docker compose run --no-deps web rails new . --force --database=postgresql --css=tailwind --asset-pipeline=propshaft
  • See these detailed instructions that I used.