Skip to content

Commit

Permalink
prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 19, 2024
1 parent 0c24fa4 commit 63ec35a
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 .

#Make sure prisma is generated
RUN npx prisma generate

# Set the environment and expose the port
EXPOSE 3000
Expand Down

0 comments on commit 63ec35a

Please sign in to comment.