build: switch to local tailwind build and update docker static mounts

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-23 18:18:31 +02:00
parent f881c2b993
commit 14941aa6c8
9 changed files with 1093 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
content: ["./index.html"],
theme: {
extend: {}
},
plugins: []
};