A dockerised Rails 7 demo app based on the Rails 7 DHH demo.
dip provision
to provision the containersdip rails s
to run the rails server- Go to
http://demo.localhost/posts
in your browser to go to the posts index
- You can manually build the image with
docker compose build
dip.yml
has some other useful commandsdip rails test
runs the test suite
- images in the rte work, but images don't persist through provisioning