Canvas
Boilerplate for a dockerized Ruby on Rails 7 application with esbuild and Tailwind.
Create the database
docker-compose run --rm web bundle exec rails db:create
Running the application
$ docker-compose up
Boilerplate for a dockerized Ruby on Rails 7 application with esbuild and Tailwind.
docker-compose run --rm web bundle exec rails db:create
$ docker-compose up