chore: optimize next.config.ts for standalone Docker output

This commit is contained in:
2026-04-12 13:25:29 +03:00
parent 612ed769c3
commit 5bde02502d
2 changed files with 1 additions and 3 deletions

View File

@@ -21,9 +21,6 @@ COPY . .
# Coolify will provide these, but we can set defaults
ENV NEXT_TELEMETRY_DISABLED=1
# Generate Prisma Client
RUN npx prisma generate
RUN npm run build
# 4. Runner

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
images: {
remotePatterns: [
{