fix: remove prisma db push from entrypoint (was dropping fs_* tables!)

This commit is contained in:
2026-02-18 01:39:47 +00:00
parent 7c3ff5e280
commit 1f13d4ef74

View File

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