+Run the Rails database migrations:
+
+ docker compose run --rm web bundle exec rails db:migrate
+
+### Tests
+
+Prepare the test database:
+
+ docker compose run --rm web bundle exec rails db:test:prepare
+
+Run the test suite:
+
+ docker compose run --rm web bundle exec rails test:all
+
+If you encounter errors about missing assets, precompile the assets: