From 68cf5a645d56aa703ea62b8cf7d073bb96cef561 Mon Sep 17 00:00:00 2001 From: Alex Lion Date: Mon, 7 Jul 2025 23:29:48 +0200 Subject: [PATCH] ci: install tailwind globally --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb4b17b..40482d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN npm install -g sass RUN cd assets && npm i && \ sass --no-source-map --style=compressed css/custom.scss ../priv/static/assets/custom.css -RUN mix tailwind.install +RUN npm install -g tailwindcss # compile assets RUN mix assets.deploy.nosass