deploy: Dockerfile, entrypoint, standalone output, dockerignore

This commit is contained in:
2026-08-15 18:11:41 -04:00
parent e709de01d4
commit cbea5e8fa4
4 changed files with 110 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
// Minimal Docker image: the runner stage copies .next/standalone.
output: 'standalone',
// RSS/Google AdSense scripts are injected safely by our own client
// components (see src/components/ads). Keep lint from failing the build
// on un-stulated style warnings while keeping full type checking on.