feat: integrate tailwind v4 and daisyui packages with local css build pipeline

This commit is contained in:
Codex
2026-02-18 13:42:24 +00:00
parent 415c9d165a
commit 31e8e07319
10 changed files with 180 additions and 8 deletions

View File

@@ -7,11 +7,12 @@ ENV PORT=3000
ENV STATE_FILE_PATH=/data/state.json
COPY package.json bun.lock ./
RUN bun install --frozen-lockfile --production
RUN bun install --frozen-lockfile
COPY src ./src
COPY README.md ./README.md
COPY spec.md ./spec.md
RUN bun run build:css
EXPOSE 3000
VOLUME ["/data"]