diff --git a/Dockerfile b/Dockerfile index 7a57625..98027c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY package*.json ./ RUN npm install COPY . . -RUN npm run prisma:generate +RUN npx prisma generate RUN npm run build