You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -428,6 +428,10 @@ There is a [known issue](https://github.com/tailwindlabs/tailwindcss/issues/1724
428
428
429
429
Please try uninstalling `watchman` and try running the watch task again.
430
430
431
+
### The `assets:precompile` command is hanging inside a docker container
432
+
433
+
Make sure your Dockerfile uses a `WORKDIR`. Otherwise Tailwind will also search all operating system files of that container for class names.
434
+
431
435
### Lost keystrokes or hanging when using terminal-based debugging tools (e.g. IRB, Pry, `ruby/debug`...etc.) with the Puma plugin
432
436
433
437
We've addressed the issue and you can avoid the problem by upgrading `tailwindcss-rails` to [v2.4.1](https://github.com/rails/tailwindcss-rails/releases/tag/v2.4.1) or later versions.
0 commit comments