diff --git a/Dockerfile b/Dockerfile index e5238dc..3531bab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ COPY . . # Generate Prisma Client (with SQLite) ENV DATABASE_URL="file:/app/data/dev.db" ENV PRISMA_CLIENT_ENGINE_TYPE=binary -ENV NEXT_TURBO=0 RUN npx prisma generate # Disable telemetry during build diff --git a/package.json b/package.json index cfd86c1..b2f4235 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build --webpack", "start": "next start", "lint": "eslint" },