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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,11 @@ See https://bundler.io/man/bundle-config.1.html for more information.
83
83
When running `tailwindcss` on an Alpine system, some users report a "No such file or directory" error message.
84
84
85
85
86
+
### Running the TailwindCSS watch command in Docker
87
+
88
+
In order to run `bin/rails tailwindcss:watch` from a process, set `tty: true` in `docker-compose.yml` for the appropriate container.
89
+
90
+
86
91
#### Install gnu libc compatibility
87
92
88
93
The cause of this is the upstream `tailwindcss` binary executables being built on a gnu libc system, making them incompatible with standard musl libc systems.
0 commit comments