feat: add Prisma configuration file and update Dockerfile to include it

This commit is contained in:
Nils-Johan Gynther
2026-04-15 20:53:45 +02:00
parent 944a670a84
commit c9ef587eb1
4 changed files with 16 additions and 1 deletions
+1
View File
@@ -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 ./