diff --git a/entrypoint.sh b/entrypoint.sh index 1272b19..359ea07 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ npx prisma db push --accept-data-loss --skip-generate echo "=== Ensuring app tables exist ===" node -e " const { Pool } = require('pg'); -const pool = new Pool({ connectionString: process.env.DATABASE_URL, ssl: { rejectUnauthorized: false } }); +const pool = new Pool({ connectionString: process.env.DATABASE_URL }); pool.query(\` CREATE EXTENSION IF NOT EXISTS pgcrypto; CREATE TABLE IF NOT EXISTS fs_users (