From c87fee5acb07aa4520c0ab246d57c1d1d27cc692 Mon Sep 17 00:00:00 2001 From: s1lvax Date: Sat, 19 Oct 2024 16:56:39 +0200 Subject: [PATCH] prisma --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa60975..3c492eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,9 +27,6 @@ COPY --from=builder /app/build build/ COPY --from=builder /app/node_modules node_modules/ COPY package.json . -#Make sure prisma is generated -RUN npx prisma generate - # Set the environment and expose the port EXPOSE 3000 ENV NODE_ENV=production