add vite debug output to diagnose build failure
Some checks failed
Build and Push Docker Image / build (push) Failing after 12s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user