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