feat: integrate tailwind v4 and daisyui packages with local css build pipeline
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user