Dockerfile ready

This commit is contained in:
Luke Vella 2025-04-27 14:10:02 +01:00
parent 0f30208427
commit d2cea415f7
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 12 additions and 3 deletions

View file

@ -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