feat: runtime migration

This commit is contained in:
Methapon2001 2024-04-03 09:28:40 +07:00
parent 58cc1ef8f7
commit 7f81331b3e
2 changed files with 7 additions and 1 deletions

4
entrypoint.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
pnpm prisma migrate deploy
pnpm run start