Skip to content

Commit

Permalink
fix: explicitly run prestart in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Dec 4, 2023
1 parent 2b1d763 commit df52095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ COPY prisma/schema.prisma /workspace/prisma/schema.prisma
EXPOSE 3000

# Start server
CMD ["pnpm", "start"]
CMD pnpm prestart; pnpm start

0 comments on commit df52095

Please sign in to comment.