Merge pull request #16 from bipprojectbali/tasks/prisma/regenerate-client-fix-types/06-04-2026-1500

Tasks/prisma/regenerate client fix types/06 04 2026 1500
This commit is contained in:
2026-04-06 12:14:23 +08:00
committed by GitHub
8 changed files with 3017 additions and 3 deletions

View File

@@ -89,7 +89,8 @@ WORKDIR /app
COPY package.json bun.lock* ./
# Install dependencies
RUN bun install --frozen-lockfile
# RUN bun install --frozen-lockfile
RUN bun install --no-save
# Copy the rest of the application code
COPY . .