From 238cb4fe261420d3d167291bc08ace0f3e057333 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 26 Feb 2026 14:49:43 +0100 Subject: [PATCH] fix: install tailwindcss in build --- Dockerfile | 2 +- src/web/templates/base.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f2e887..0607d63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package.json bun.lockb ./ # Install dependencies -RUN bun install --frozen-lockfile --production +RUN bun install --frozen-lockfile # Copy source code COPY src ./src diff --git a/src/web/templates/base.tsx b/src/web/templates/base.tsx index fa9db6b..946bdad 100644 --- a/src/web/templates/base.tsx +++ b/src/web/templates/base.tsx @@ -34,7 +34,7 @@ export function page({ title, content, scripts }: PageOptions): string { hx-ext="preload" class="min-h-screen bg-[radial-gradient(circle_at_top_right,#132136_0%,#0d1422_45%,#090f1b_100%)] font-sans text-slate-200" > - {content} q + {content} {scripts}