docker fixes
All checks were successful
Build and Push Docker Image / build (push) Successful in 56s

This commit is contained in:
Garret Patti
2026-04-14 08:25:12 -04:00
parent b25774d928
commit 19756c9eab
2 changed files with 5 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
output: 'standalone',
serverExternalPackages: ['better-sqlite3', 'sharp'],
serverExternalPackages: ['better-sqlite3', 'sharp', 'tesseract.js'],
}
export default nextConfig