updated dockerbuild for icons

This commit is contained in:
Jason Jordan
2026-05-06 16:11:02 -04:00
parent 34843e2da7
commit f35cc99a0f
3 changed files with 16 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
RailsIcons.configure do |config|
# Only include the specific libraries your app uses in production
config.default_library = :lucide
# config.libraries = [:heroicons, :lucide]
end