add vite debug output to diagnose build failure
Some checks failed
Build and Push Docker Image / build (push) Failing after 12s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 22:04:08 +01:00
parent 1777527e4a
commit b5d7bda570

View File

@@ -5,7 +5,7 @@ COPY package.json bun.lock* ./
RUN bun install --frozen-lockfile
COPY . .
RUN bun run build
RUN DEBUG=vite:* bun run build 2>&1
EXPOSE 3000
ENV DATA_DIR=/data