ci: fix vercel build

This commit is contained in:
Vasily Zubarev
2025-03-21 18:47:16 +01:00
parent f6dc617eae
commit 1647662e09
2 changed files with 2 additions and 5 deletions

View File

@@ -16,9 +16,6 @@ RUN npm ci
# Copy source code
COPY . .
# Generate Prisma client
RUN npx prisma generate
# Build the application
RUN npm run build