Skip to content

Commit

Permalink
Fix prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 11, 2024
1 parent 0259b81 commit 665839d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ COPY --from=builder /app/build build/
COPY --from=builder /app/node_modules node_modules/
COPY package.json .

RUN npx prisma generate

# Set the environment and expose the port
EXPOSE 3000
ENV NODE_ENV=production
Expand Down

0 comments on commit 665839d

Please sign in to comment.