fix: remove prisma db push from entrypoint (was dropping fs_* tables!)
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Running Prisma DB push to ensure tables exist..."
|
||||
prisma db push --accept-data-loss
|
||||
|
||||
echo "Starting Next.js server..."
|
||||
exec node server.js
|
||||
|
||||
Reference in New Issue
Block a user