Skip to content

Commit

Permalink
fix: prisma version
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam committed Dec 29, 2024
1 parent 246752d commit 858569a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm install -g pnpm && \
pnpm add sharp && \
pnpm run build

RUN DATABASE_URL=${DATABASE_URL} pnpm dlx prisma generate
RUN DATABASE_URL=${DATABASE_URL} pnpm dlx prisma@5.18.0 generate

FROM node:20-alpine AS run

Expand All @@ -28,4 +28,4 @@ ENV NODE_ENV production
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"

CMD [ "node", "server.js" ]
CMD [ "node", "server.js" ]

0 comments on commit 858569a

Please sign in to comment.