Skip to content

Commit

Permalink
remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 1, 2022
1 parent 0e2dddb commit a3adc70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3adc70

Please sign in to comment.