add docker config

This commit is contained in:
2026-03-26 23:41:52 -04:00
parent 8f62fa1935
commit e525b7faa3
8 changed files with 108 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
output: 'standalone',
serverExternalPackages: ['better-sqlite3', 'sharp'],
}