diff --git a/Dockerfile b/Dockerfile index b1af68cd..5507ffb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,6 @@ ADD prisma . RUN npx prisma generate ADD . . -RUN npm run postinstall RUN npm run build # Finally, build the production image with minimal footprint