feat: add Prisma configuration file and update Dockerfile to include it
This commit is contained in:
@@ -7,6 +7,7 @@ WORKDIR /app
|
||||
# Kopiera backend-filer
|
||||
COPY package.json ./
|
||||
COPY prisma ./prisma
|
||||
COPY prisma.config.ts ./
|
||||
COPY src ./src
|
||||
COPY tsconfig.json ./
|
||||
COPY nest-cli.json ./
|
||||
|
||||
Reference in New Issue
Block a user