fix(build): fix DB dockerfile (#2344)

This commit is contained in:
Waleed
2025-12-12 17:11:01 -08:00
committed by GitHub
parent e359dc2946
commit cd7fa688c9

View File

@@ -16,7 +16,7 @@ COPY packages/db/package.json ./packages/db/package.json
# Install dependencies with cache mount for faster builds
RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
bun install --frozen-lockfile --ignore-scripts
bun install --ignore-scripts
# ========================================
# Runner Stage: Production Environment