From 665839dcc34246e0d4dae218be3996d48b38afa7 Mon Sep 17 00:00:00 2001 From: s1lvax Date: Fri, 11 Oct 2024 11:26:27 +0200 Subject: [PATCH] Fix prisma --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 730cf94..a0aa2e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ COPY --from=builder /app/build build/ COPY --from=builder /app/node_modules node_modules/ COPY package.json . +RUN npx prisma generate + # Set the environment and expose the port EXPOSE 3000 ENV NODE_ENV=production