Skip to content

Add CSS building to Docker dev environment and fix docs#586

Merged
dmitrytrager merged 2 commits intomainfrom
update-readme-and-scripts
Apr 7, 2026
Merged

Add CSS building to Docker dev environment and fix docs#586
dmitrytrager merged 2 commits intomainfrom
update-readme-and-scripts

Conversation

@dmitrytrager
Copy link
Copy Markdown
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
@dmitrytrager dmitrytrager merged commit 0f4fe78 into main Apr 7, 2026
4 checks passed
@dmitrytrager dmitrytrager deleted the update-readme-and-scripts branch April 7, 2026 15:26
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