Skip to content

Commit

Permalink
[ci skip] Update DEMO.md - append to rather than replace config/route…
Browse files Browse the repository at this point in the history
…s.rb
  • Loading branch information
rubys authored Dec 12, 2024
1 parent d3d063a commit 1b682c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rails provides a _smoke test_ for new applications that makes sure that you have
```bash
rails new demo --minimal
cd demo
echo 'Rails.application.routes.draw { root "rails/welcome#index" }' > config/routes.rb
echo 'Rails.application.routes.draw { root "rails/welcome#index" }' >> config/routes.rb
bundle add dockerfile-rails --optimistic --group development
bin/rails generate dockerfile
docker buildx build . -t rails-demo
Expand Down

0 comments on commit 1b682c5

Please sign in to comment.