docker fixes
All checks were successful
Build and Push Docker Image / build (push) Successful in 56s
All checks were successful
Build and Push Docker Image / build (push) Successful in 56s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user