Skip to content

Commit 41f0cb7

Browse files
committed
fix: CI/CD pipeline fixed added schema/cofig copy in docker file
1 parent 961c21c commit 41f0cb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
FROM node:20-alpine AS deps
33
WORKDIR /app
44
COPY package.json pnpm-lock.yaml ./
5+
COPY prisma ./prisma
6+
COPY prisma.config.ts ./
57
RUN npm install -g pnpm && pnpm install --frozen-lockfile
68

79
# Stage 2: builder

0 commit comments

Comments
 (0)