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