fix: move prisma generate to builder stage, add migration and entrypoint, replace custom login with NextAuth credentials provider
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
echo "Running Prisma migrations..."
|
||||
npx prisma migrate deploy
|
||||
echo "Starting Next.js..."
|
||||
npm run start
|
||||
Reference in New Issue
Block a user