From db239d0b4b818eb1f07ca42d26436b8bae92550e Mon Sep 17 00:00:00 2001 From: Alex Lion Date: Mon, 7 Jul 2025 23:24:46 +0200 Subject: [PATCH] ci: fix tailwind.install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88486a6..bb4b17b 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 tailwind.install +RUN mix tailwind.install # compile assets RUN mix assets.deploy.nosass