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:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user