debug: list files before vite build to check what's copied
Some checks failed
Build and Push Docker Image / build (push) Failing after 9s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 22:32:07 +01:00
parent 2594f49caf
commit 0a078e7fce

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY package.json ./
RUN npm install
COPY . .
RUN npx vite build
RUN ls -la src/shared/lib/ && cat vite.config.ts && npx vite build
FROM oven/bun:1
WORKDIR /app