Skip to content

Conversation

@dmitrytrager
Copy link
Collaborator

The Docker setup was only running rails server without building Tailwind CSS, resulting in unstyled pages. Add tailwindcss:build to the entrypoint for initial asset compilation and start tailwindcss:watch alongside the server in the container CMD.

Also fix README Docker instructions to reference docker-compose.dev.yml, update bin/setup to use bin/server instead of removed bin/dev, and clean up duplicate/outdated README sections.

The Docker setup was only running `rails server` without building
Tailwind CSS, resulting in unstyled pages. Add tailwindcss:build to
the entrypoint for initial asset compilation and start tailwindcss:watch
alongside the server in the container CMD.

Also fix README Docker instructions to reference docker-compose.dev.yml,
update bin/setup to use bin/server instead of removed bin/dev, and clean
up duplicate/outdated README sections.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dmitrytrager dmitrytrager marked this pull request as ready for review February 4, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants