From a3adc70f568374cd321f06cb945fce94bcb4f53d Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 1 Apr 2022 17:39:42 -0600 Subject: [PATCH] remove postinstall --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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