Files
ubicloud/Dockerfile
Enes Cakir a16696ea49 Fix missing Tailwind classes in docker image
Tailwind generates app.css with only the classes that are used. It
checks three locations to determine which classes to include in the
final CSS file. [^1]

The "helpers/web.rb" file was missing in the frontend-builder layer,
which caused the missing Tailwind classes in Docker.

[^1]: 6b9248e3c6/tailwind.config.js (L3-L7)
2025-03-24 09:18:53 +03:00

1.6 KiB