chore: added prisma module

This commit is contained in:
ankitsridhar16
2022-12-07 20:52:31 +05:30
parent 9487348ba8
commit 06ef17048a
5 changed files with 32 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ RUN npm i -g pnpm
# Prisma bits
#COPY prisma ./
#RUN pnpx prisma generate
COPY prisma ./
RUN pnpx prisma generate
COPY . .