build fix

This commit is contained in:
Anushlinux
2025-08-08 12:37:46 +05:30
parent a0c3daac96
commit 62d1853dd1
5 changed files with 17 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ COPY packages/ui/package.json ./packages/ui/
# Install dependencies
RUN pnpm install --frozen-lockfile
RUN pnpm add -D @eslint/js
# Rebuild the source code only when needed
FROM base AS builder