From 52d529aec4fee5c9b6aacd209f7f7940be1cc7cb Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Sun, 23 Oct 2022 17:29:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Dockerfile=20some=20prisma=20cha?= =?UTF-8?q?nges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b562092..305564a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,11 @@ WORKDIR /usr COPY package.json ./ -COPY prisma ./ +COPY prisma ./prisma/ + +COPY .env ./ + +RUN npx prisma generate RUN npm install --omit=dev