Skip to content

Commit 942b935

Browse files
Added prisma to dockerfile.
1 parent 951013b commit 942b935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ WORKDIR /usr/src/app
1111
COPY package.json pnpm-lock.yaml ./
1212
COPY prisma ./prisma
1313

14+
1415
# Install all dependencies (including devDependencies for build)
15-
RUN pnpm install
16+
RUN pnpm install --unsafe-perm
1617

1718
# Generate Prisma Client
1819
RUN pnpm prisma generate

0 commit comments

Comments
 (0)