mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 13:47:43 +02:00
Dockerfile ready
This commit is contained in:
parent
0f30208427
commit
d2cea415f7
2 changed files with 12 additions and 3 deletions
|
@ -4,5 +4,5 @@ set -e
|
|||
export DIRECT_DATABASE_URL=$DATABASE_URL
|
||||
export AUTH_URL=$NEXT_PUBLIC_BASE_URL
|
||||
|
||||
pnpm dlx prisma migrate deploy --schema=./prisma/schema.prisma
|
||||
pnpm prisma migrate deploy --schema=./prisma/schema.prisma
|
||||
node apps/web/server.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue